You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With -ub >= 64 that assert fails. The first bad commit was 9070365, which gave the same error as #13329. After 0fae54f, it fails at a different point.
HIP_VISIBLE_DEVICES=0 llama.cpp/build/bin/llama-cli -m models/Qwen3-30B-A3B-UD-Q8_K_XL.gguf -p "Translate: Kaikki ihmiset syntyvät vapaina ja tasavertaisina arvoltaan ja oikeuksiltaan. Heille on annettu järki ja omatunto, ja heidän on toimittava toisiaan kohtaan veljeyden hengessä." -t 8 -ngl 99 -b 512 -ub 512 -c 24576 --override-tensor "([0-9]+).ffn_.*_exps.=CPU"
It works fine with a sufficiently short prompt (<64 tokens?).
e: Works fine on Vulkan, though pp is rather slow.
Name and Version
version: 5340 (15e6125)
built with cc (GCC) 15.1.1 20250425 for x86_64-pc-linux-gnu
Operating systems
Linux
GGML backends
HIP
Hardware
RX 7800XT + Ryzen 7800X3D
Models
Qwen3-30B-A3B-UD-Q8_K_XL.gguf
https://huggingface.co/unsloth/Qwen3-30B-A3B-GGUF
Problem description & steps to reproduce
With -ub >= 64 that assert fails. The first bad commit was 9070365, which gave the same error as #13329. After 0fae54f, it fails at a different point.
HIP_VISIBLE_DEVICES=0 llama.cpp/build/bin/llama-cli -m models/Qwen3-30B-A3B-UD-Q8_K_XL.gguf -p "Translate: Kaikki ihmiset syntyvät vapaina ja tasavertaisina arvoltaan ja oikeuksiltaan. Heille on annettu järki ja omatunto, ja heidän on toimittava toisiaan kohtaan veljeyden hengessä." -t 8 -ngl 99 -b 512 -ub 512 -c 24576 --override-tensor "([0-9]+).ffn_.*_exps.=CPU"
It works fine with a sufficiently short prompt (<64 tokens?).
e: Works fine on Vulkan, though pp is rather slow.
First Bad Commit
9070365
Relevant log output
The text was updated successfully, but these errors were encountered: