-
Notifications
You must be signed in to change notification settings - Fork 0
docs(README): add Qwen/Qwen3.6-35B-A3B-FP8 (DFlash spec) to leaderboard #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -122,6 +122,7 @@ Best peak throughput per model on NVIDIA RTX PRO 6000 Blackwell (vLLM v0.15.1, 3 | |||||
| | 3 | `PaddlePaddle/PaddleOCR-VL` | 2,341.9 | 64 | 6,385 ms | 49.0 ms | | ||||||
| | 4 | `deepseek-ai/DeepSeek-OCR` | 1,195.8 | 32 | 3,571 ms | 15.9 ms | | ||||||
| | 5 | `Qwen/Qwen3-VL-8B-Instruct` | 953.8 | 64 | 448 ms | 25.7 ms | | ||||||
| | 6 | `Qwen/Qwen3.6-35B-A3B-FP8` (DFlash spec) | 523.1 | 16 | 18,399 ms | 0.3 ms | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This entry introduces several inconsistencies with the leaderboard's established criteria (defined in line 116):
To avoid misleading users, these caveats should be explicitly mentioned in the table row to clarify why the results (especially TTFT and TPOT) differ so significantly from the other entries.
Suggested change
|
||||||
|
|
||||||
| Compare your own results: | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 PR does not bump version in vlmbench/version.py as required by CLAUDE.md
CLAUDE.md mandates: "Every PR must bump the version in
vlmbench/version.py(__version__ = "X.Y.Z"). If the version is already bumped, do not bump it again." This PR only modifiesREADME.mdand does not include a version bump. The version remains at0.5.5(unchanged from the prior commitvlmbench/version.py:1).Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.