Thank you for posting the recipe! I tried this but got an error for speculative-config so changed
*--speculative-config '{{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}}' \\
to*
*--speculative-config '{{"method":"mtp","num_speculative_tokens":3}}' \\*
Now it gets past the error but I get
Download complete: : 67.4kB [00:20, 213kB/s]Error: inference server did not become ready
I run sparkrun benchmark against existing recipes to make sure my setup is OK. See below:
Waiting for inference server on 127.0.0.1:8000…
Note that this could take ~5 minutes!
Waiting for model to finish loading (http://127.0.0.1:8000/v1/models)…
Inference server ready.
Step 2/3: Running benchmark (llama-benchy)…
[11:08:19] Task 1/1 done (10.2s) progress_ui.py:158
0 1 4002.1 52.6 514.8 3
[1/1] d=0 c=1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/1 100.0% 0:00:00 0:00:10
┏━━━━━━━┳━━━━━━┳━━━━━━━━┳━━━━━━━━┳━━━━━━━━━┳━━━━━━┓
┃ depth ┃ conc ┃ pp t/s ┃ tg t/s ┃ ttfr ms ┃ runs ┃
┡━━━━━━━╇━━━━━━╇━━━━━━━━╇━━━━━━━━╇━━━━━━━━━╇━━━━━━┩
│ 0 │ 1 │ 4002.1 │ 52.6 │ 514.8 │ 3 │
└───────┴──────┴────────┴────────┴─────────┴──────┘
┏━━━━━━━┳━━━━━━┳━━━━━━━━┳━━━━━━━━┳━━━━━━━━━┳━━━━━━┓
┃ depth ┃ conc ┃ pp t/s ┃ tg t/s ┃ ttfr ms ┃ runs ┃
┡━━━━━━━╇━━━━━━╇━━━━━━━━╇━━━━━━━━╇━━━━━━━━━╇━━━━━━┩
│ 0 │ 1 │ 4002.1 │ 52.6 │ 514.8 │ 3 │
└───────┴──────┴────────┴────────┴─────────┴──────┘
My first time trying a new recipe on the spark (Asus GX10) so assume I am doing something wrong.
I created a yaml file under ~/.cache/sparkrun/registries/official/official-recipes/qwen3.6/vllm/ and copied the above into that file.
A few recipes that are listed under “sparkrun list” also do not run on my system. How do I debug it?
thanks for any help!