Guest User

V100 32 GB VRAM, 32GB RAM

a guest
Jul 28th, 2026
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. llama-server \
  2. --host 0.0.0.0 \
  3. --port 8080 \
  4. --model unsloth-Gemma-4-31B-it-qat/gemma-4-31B-it-qat-UD-Q4_K_XL.gguf \
  5. --mmproj unsloth-Gemma-4-31B-it-qat/mmproj-F16.gguf \
  6. --model-draft unsloth-Gemma-4-31B-it-qat/mtp-gemma-4-31B-it.gguf \
  7. --alias 'gemma4' \
  8. --jinja \
  9. --gpu-layers all \
  10. --temp 1.0 \
  11. --top-p 0.95 \
  12. --top-k 64 \
  13. --ctx-size 196608 \
  14. -ctk q8_0 -ctv q8_0 \
  15. -b 512 -ub 512 \
  16. --spec-type draft-mtp \
  17. --spec-draft-n-max 3 \
  18. --parallel 2 \
  19. --ctx-checkpoints 4 \
  20. --checkpoint-min-step 32768 \
  21. --cache-ram 22528 \
  22. --cache-idle-slots
  23.  
Add Comment
Please, Sign In to add comment