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 tiararodney/EuroLLM-9B-Instruct:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf tiararodney/EuroLLM-9B-Instruct:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf tiararodney/EuroLLM-9B-Instruct:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf tiararodney/EuroLLM-9B-Instruct:Q4_K_M
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 tiararodney/EuroLLM-9B-Instruct:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf tiararodney/EuroLLM-9B-Instruct:Q4_K_M
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 tiararodney/EuroLLM-9B-Instruct:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf tiararodney/EuroLLM-9B-Instruct:Q4_K_M
Use Docker
docker model run hf.co/tiararodney/EuroLLM-9B-Instruct:Q4_K_M
Quick Links

EuroLLM-9B-Instruct GGUF

GGUF quantizations of utter-project/EuroLLM-9B-Instruct, converted from the original bf16 weights with llama.cpp.

Prepared as a subject for the sek scrollback-priming cross-model study, where EuroLLM-9B stands in as the distributionally distant baseline: a multilingual European-language model rather than an English- and code-centric one. The question it probes is whether synthetic-scrollback priming can hold a model whose training mass is natural-language prose in consistent POSIX shell syntax.

Provenance

  • Source: utter-project/EuroLLM-9B-Instruct (bf16 safetensors)
  • Converted: llama.cpp convert_hf_to_gguf.py --outtype bf16
  • Quantized: llama.cpp llama-quantize
  • Built on a single Tesla V100-SXM2-32GB

Quants

File Quant Size
filled after the build

Prompt format

ChatML, with a system role. Stop token: the im-end token.

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

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for tiararodney/EuroLLM-9B-Instruct

Quantized
(15)
this model