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

Model Card for Zero-Mistral

This is a GGUF version of ZeroAgency/Zero-Mistral-24B.

All quants made with llama.cpp version b5083.

Quants available:

  • BF16
  • F16
  • IQ4_NL
  • IQ4_NL_L - same as above but with --leave-output-tensors
  • IQ4_XS
  • IQ4_XS_L - same as above but with --leave-output-tensors
  • Q4_K_M
  • Q4_K_M_L - same as above but with --leave-output-tensors
  • Q6_K
  • Q6_K_L - same as above but with --leave-output-tensors
  • Q8_0 - quantized from bf16 gguf
  • Q8_0-direct - direct convertation from hf
  • Q8_0_L - quantized from bf16 but with --leave-output-tensors

image/png

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

4-bit

6-bit

8-bit

16-bit

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

Model tree for ZeroAgency/Zero-Mistral-24B-gguf

Dataset used to train ZeroAgency/Zero-Mistral-24B-gguf

Collection including ZeroAgency/Zero-Mistral-24B-gguf