Instructions to use darthcrawl/Bond-24B-v1.0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use darthcrawl/Bond-24B-v1.0-GGUF with 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 darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf darthcrawl/Bond-24B-v1.0-GGUF: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 darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf darthcrawl/Bond-24B-v1.0-GGUF: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 darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M
Use Docker
docker model run hf.co/darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use darthcrawl/Bond-24B-v1.0-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "darthcrawl/Bond-24B-v1.0-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "darthcrawl/Bond-24B-v1.0-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M
- Ollama
How to use darthcrawl/Bond-24B-v1.0-GGUF with Ollama:
ollama run hf.co/darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M
- Unsloth Studio
How to use darthcrawl/Bond-24B-v1.0-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for darthcrawl/Bond-24B-v1.0-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for darthcrawl/Bond-24B-v1.0-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for darthcrawl/Bond-24B-v1.0-GGUF to start chatting
- Docker Model Runner
How to use darthcrawl/Bond-24B-v1.0-GGUF with Docker Model Runner:
docker model run hf.co/darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M
- Lemonade
How to use darthcrawl/Bond-24B-v1.0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull darthcrawl/Bond-24B-v1.0-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Bond-24B-v1.0-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Bond v1 — GGUF (register-calibrated)
GGUF quantizations of darthcrawl/bond for llama.cpp / Ollama / LM Studio.
Bond is a first-person character-voice fine-tune of Mistral-Small-3.1-24B-Instruct — it holds a committed
in-character voice instead of leaking back to helpful-assistant mode. Uncensored, explicit-capable. Eval and
goal are on the base card.
What's special about these quants
Two things, both aimed at preserving character-voice quality at low bit-widths rather than generic-text quality:
- Register-calibrated importance matrix. The imatrix that guides which weights to preserve is computed on Bond's own register — character-voice RP prose from its training corpus — not generic wikitext. So the low-bit quants protect the weights that matter for this model's job, not for reciting Wikipedia.
- KLD-frontier selection. Quants are scored by KL-divergence vs the f16 model on held-out register text,
not wikitext perplexity. Wikitext PPL hides register degradation; KLD on in-domain text doesn't. The numbers
are in
results.csvso you can pick the smallest quant under your own quality threshold.
To make the calibration effect visible, each size ships twice: *-register.gguf (calibrated on Bond's
register) and *-generic.gguf (calibrated on wikitext). At matched size the register variant should sit closer
to f16 on the KLD metric — that delta is the whole point. Prefer the -register files for use; the -generic
ones are the control.
Files
bond-{Q4_K_M,Q5_K_M,IQ4_XS,IQ3_M,Q6_K}-register.gguf— register-calibrated ladder (use these).bond-{...}-generic.gguf— wikitext-calibrated control (for comparison).bond-Q8_0.gguf— near-lossless anchor (no imatrix needed at 8-bit).results.csv— per-quant size + perplexity + mean KLD vs f16 on held-out register text. The frontier.
Rough guide (confirm against results.csv): Q4_K_M-register is the reach default, Q5_K_M / Q6_K-register
for more headroom, IQ4_XS / IQ3_M-register for the tightest fit, Q8_0 when you want it essentially lossless.
Use
llama.cpp (chat template is embedded in the GGUF):
llama-cli -m bond-Q4_K_M-register.gguf -cnv -p "You are someone with a past."
# or the server:
llama-server -m bond-Q4_K_M-register.gguf -c 8192
Ollama: ollama create bond -f Modelfile with FROM ./bond-Q4_K_M-register.gguf. LM Studio: point it at the file.
- Downloads last month
- 133
3-bit
4-bit
5-bit
6-bit
8-bit
Model tree for darthcrawl/Bond-24B-v1.0-GGUF
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503
ollama run hf.co/darthcrawl/Bond-24B-v1.0-GGUF: