Replies: 2 comments
|
Try this on the DGX Spark: llama serve \
-hf ggml-org/Qwen3.8-27B-GGUF:Q4_K_M \
-hfd ggml-org/Qwen3.8-27B-GGUF:Q4_0 \
--spec-default \
--spec-type draft-mtp \
--reasoning-preserve |
0 replies
|
Thanks for the feedback, I ran another with this: I have a small increase: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I’m using the latest available llama.cpp Docker image and trying to run the latest Qwen3.8 model with MTP. I’m seeing an average generation speed of approximately 15 tokens/s.
I also checked the NVIDIA forum for DGX Spark / GB10, where users reported similar performance with vLLM. That seemed consistent. Until I saw an official SGLang post reporting 38 tokens/s decode throughput on DGX Spark ( https://x.com/sgl_project/status/2088281320422322413 ).
Am I missing a configuration or optimization that could explain this difference? Or is this model/platform not yet fully optimized in llama.cpp?
For reference, here is my Docker command. It is essentially the same configuration I use for Qwen3.5 122B:
All reactions