Jamba GGUF
Collection
Current GGUF's conversion of the Jamba models. Will be updated as support in llama.cpp merges/ https://github.com/ggerganov/llama.cpp/pull/7531 • 4 items • Updated • 2
How to use Severian/Jamba-v0.1-Claude-Chat-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K # Run inference directly in the terminal: llama cli -hf Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K # Run inference directly in the terminal: llama cli -hf Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
# 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 Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K # Run inference directly in the terminal: ./llama-cli -hf Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
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 Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
docker model run hf.co/Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
How to use Severian/Jamba-v0.1-Claude-Chat-GGUF with Ollama:
ollama run hf.co/Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
How to use Severian/Jamba-v0.1-Claude-Chat-GGUF with Docker Model Runner:
docker model run hf.co/Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
How to use Severian/Jamba-v0.1-Claude-Chat-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Severian/Jamba-v0.1-Claude-Chat-GGUF:Q6_K
lemonade run user.Jamba-v0.1-Claude-Chat-GGUF-Q6_K
lemonade list
(Q8 and Q4_K_M in the works)
6-bit