How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
# Run inference directly in the terminal:
llama cli -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
# Run inference directly in the terminal:
llama cli -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
Use Docker
docker model run hf.co/sapienzanlp/Minerva-7B-instruct-v1.0-GGUF:
Quick Links

Model Card for Minerva-7B-instruct-v1.0 in GGUF Format

Minerva is the first family of LLMs pretrained from scratch on Italian developed by Sapienza NLP in the context of the Future Artificial Intelligence Research (FAIR) project, in collaboration with CINECA and with additional contributions from Babelscape and the CREATIVE PRIN Project. Notably, the Minerva models are truly-open (data and model) Italian-English LLMs, with approximately half of the pretraining data including Italian text. The full tech is available at https://nlp.uniroma1.it/minerva/blog/2024/11/26/tech-report.

Description

This is the model card for the GGUF conversion of Minerva-7B-instruct-v1.0, a 7 billion parameter model trained on almost 2.5 trillion tokens (1.14 trillion in Italian, 1.14 trillion in English and 200 billion in code). This repository contains the model weights in float32 and float16 formats, as well as quantized versions in 8-bit, 6-bit, and 4-bit precision.

Important: This model is compatible with llama.cpp updated to at least commit 6fe624783166e7355cec915de0094e63cd3558eb (5 November 2024).

Downloads last month
136
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

16-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sapienzanlp/Minerva-7B-instruct-v1.0-GGUF

Quantized
(14)
this model

Space using sapienzanlp/Minerva-7B-instruct-v1.0-GGUF 1

Collection including sapienzanlp/Minerva-7B-instruct-v1.0-GGUF