Replies: 6 comments 18 replies
-
|
I cannot reproduce the issue. Granted, I'm testing with the |
Beta Was this translation helpful? Give feedback.
-
|
What I can think in mind would be template. Even though I think ub and others use the same template from official. Maybe you should try ubs quant or download template from official repo then manually load it? |
Beta Was this translation helpful? Give feedback.
-
|
Ha. This is interesting. I am having a looping behaviour in case the prompt contains a newlines. /opt/bartowski/MiniMax-M2.7/Q4_K_M/ response: |
Beta Was this translation helpful? Give feedback.
-
|
You are running this in the server? If using |
Beta Was this translation helpful? Give feedback.
-
|
In this HN thread it was mentioned that the Unsloth and Bartowski MiniMax-2.7 quants contained NaNs. As no-one else here can reproduce the issue, you have most likely one of these broken models. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run multiple models like deepseek (v3.1/v3.2), qwen3.5-397b, Kimi-k2/k2.5, GLM-*, etc but when I try to run Minimax-m2.7 (or m2.5) with ik_llama.cpp, I just get gibberish, while with llama.cpp it runs fine (using the very same flags).
this are the flags when I try with ik_llama.cpp (I prefix the command with "GGML_CUDA_NO_PINNED=1"):
--temp 1.0 --top-k 40 --top-p 0.95 -ngl 99 -fa on --min-p 0.01 --jinja -ot "blk.[0-9][0-9].ffn_.*_exps.weight=CPU" -c 24576 -n 24576 -np 1
I tried Bartowski and Unsloth Q4KM quants. Both have the same issues in ik_llama.cpp (and both work well in llama.cpp).
Anything I'm missing?
edit: forgot to add that I always keep ik_llama.cpp updated
Beta Was this translation helpful? Give feedback.
All reactions