Views
No views yet
| Filename | Quant Type | Size | Use Case |
|---|---|---|---|
nvidia-Orchestrator-8B-q8_0.gguf | q8_0.gguf | 8.2G | High Accuracy |
nvidia-Orchestrator-8B-q6_k.gguf | q6_k.gguf | 6.3G | Balanced High |
nvidia-Orchestrator-8B-q4_k_m.gguf | q4_k_m.gguf | 4.7G | Fast / Low VRAM |
1git clone https://github.com/ggerganov/llama.cpp
2cd llama.cpp
3make -j1./llama-server \
2 -m nvidia-Orchestrator-8B-q6_k.gguf \
3 -c 32768 \
4 -ngl 99 \
5 --port 8080 \
6 --chat-template chatml \
7 --temp 0.6 --top-p 0.9 --min-p 0.05