My RTX 5070 CUDA drivers are crashing when running this model.

#25
by swiftarrow - opened

RTX 5070 CUDA drivers are crashing when running this model. Raised bug https://github.com/ggml-org/llama.cpp/issues/25318

/app/llama.cpp/build/bin/llama-server \
  -m Qwythos-9B-Claude-Mythos-5-1M-MTP-Q6_K.gguf \
  --fit on \
  --flash-attn on \
  --parallel 1 \
  --ctx-size 200000 \
  -ngl 99 \
  --temp 0.6 --top-p 0.95 --top-k 20 --repeat-penalty 1.05 \
  --spec-type draft-mtp --spec-draft-n-max 6 \
  --cache-type-k q4_1 \
  --cache-type-v q4_1 \
  -b 1024 -ub 512 \
  --no-mmap \
  --mlock \
  --threads 12 \
  --no-mmproj

did you try with a GUI too like unsloth studio, LM studio or ollama?

for me it worksa pretty well on my 5070. I get decent TPS at around 512K

No. only this model is crashing. i have not faced this issue with any other qwen,gemma models.

Have you tested it without aggressive KV quantization, like q8_0/f16? If nothing helps, maybe updating llama.cpp to the latest release could fix it, because there seems to be a few cuda related fixes in the last few releases (b9888 & b9890 for example).

If your Motherboard supports it, activate RESIZE BAR and ABOVE 4G DECODING - still depending on which plattform you are there must be some similar names

Sign up or log in to comment