Conversation
Six single-GPU results on one Intel Arc Pro B70: - qwen3-6-27b and qwen3-8-27b on llama.cpp b11026 (b49650adb), q4_k_m, SYCL and Vulkan backends, pp512/tg256 over 5 reps - both models on vLLM v0.29.0 (98dff2a81), int4, XPU All runs are stock upstream checkouts with clean trees, one request at a time. decodeTps for the vLLM runs is 1000/mean_tpot_ms so it lines up with llama.cpp tg256; prefill was not measured comparably there, so promptTps is omitted.
|
@shacortes is attempting to deploy a commit to the Community Labs Team on Vercel. A member of the Team first needs to authorize it. |
- results/shacortes/qwen3-6-27b-llamacpp-q4_k_m-sycl.json: validated - results/shacortes/qwen3-6-27b-llamacpp-q4_k_m-vulkan.json: validated - results/shacortes/qwen3-6-27b-vllm-int4.json: validated - results/shacortes/qwen3-8-27b-llamacpp-q4_k_m-sycl.json: validated - results/shacortes/qwen3-8-27b-llamacpp-q4_k_m-vulkan.json: validated - results/shacortes/qwen3-8-27b-vllm-int4.json: validated Ready for merge: the author has a linked GitHub account and the database accepted the results in a rolled-back validation transaction. Merging submits them automatically; no web form is needed. |
Contributor
Author
|
A bit doubtful on the Qwen3.6 27B llama.cpp Vulkan build's results. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Six single-GPU results on one Intel Arc Pro B70, single request at a time.
Provenance
Both runtimes are stock upstream checkouts with clean trees — no fork, no local patches, so
customRuntimeis unset on all six.b11026(b49650adb), remoteggml-org/llama.cpp, built for SYCL and Vulkanv0.29.0(98dff2a81), remotevllm-project/vllm, XPU device, third-party plugins disabledMethod
This was run headless, to reduce GPU usage due to graphics and only keep the processes needed to run inference.
llama.cpp numbers come from
llama-benchat-p 512 -n 256 -r 5 -ngl 99 -fa 1;decodeTpsis tg256 andpromptTpsis pp512, each averaged over 5 reps.vLLM numbers come from
vllm bench serve(random dataset, 8 prompts × 64 in / 256 out,--max-concurrency 1).decodeTpsis1000/mean_tpot_msso it measures the same thing as llama.cpp tg256 rather than throughput over total wall time, which includes load and queueing — both figures are in the per-result notes.promptTpsis omitted for the two vLLM rows rather than estimated.vllm bench servereports no prefill throughput, and the engine'sAvg prompt throughputlog line averages over a 10s window, which at 512 total prompt tokens reads 6.4 tok/s — diluted by decode and idle time, so not a prefill figure. Would need a re-run againstvllm:request_prefill_time_secondsat a comparable prompt length.