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

Static quantization of Mistral-Large-Instruct-2411

File Notes
PART 1
PART 2
PART 3
Q6_K with token embedding, output, and some other tensors quantized to Q8_0
6.65 bpw
~1.3% increase in size relative to Q6_K
Quantized from F32
Downloads last month
13
GGUF
Model size
123B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for Valeciela/Mistral-Large-Instruct-2411-Q6_K_L-GGUF

Quantized
(34)
this model