Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions families/qwen_vl/tests/manifests/qwen3-vl-2b.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qwen3-vl-2b",
"hf_id": "Qwen/Qwen3-VL-2B-Instruct",
"hf_revision": "89644892e4d85e24eaac8bacfd4f463576704203",
"bundle": "qwen3-vl-2b.bundle",
"family": "qwen_vl",
"task": "vision_language_generation",
Expand Down
22 changes: 22 additions & 0 deletions families/qwen_vl/tests/manifests/qwen3-vl-8b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "qwen3-vl-8b",
"hf_id": "Qwen/Qwen3-VL-8B-Instruct",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"hf_revision": "0c351dd01ed87e9c1b53cbc748cba10e6187ff3b",
"bundle": "qwen3-vl-8b.bundle",
"family": "qwen_vl",
"task": "vision_language_generation",
"precision": "bf16",
"reference_precision": "bf16",
"testcases": [
{
"name": "qwen3-vl-8b",
"premerge": true,
"prompt": "What color is the vehicle in this image? Answer in one word.",
"max_new_tokens": 10,
"test_image": "data/test_img.jpeg",
"reference_precision": "bf16"
}
],
"tensor_parallel_size": 1,
"max_sequence_length": 256
}
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ excluded_profiles:
nano width, which is the only one whose class-attention norm covers a
single token, but the release-performance workload and receipt were
collected only for xcit_tiny_12_p16_224.
- model: qwen3-vl-8b
reason: >-
Functional and Hugging Face reference-parity qualification is present,
but the release-performance workload and receipt were collected only for
qwen3-vl-2b, which exercises the same builder and runtime path.

entries:
- id: detr.detect
Expand Down
11 changes: 11 additions & 0 deletions website/data/hf-model-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,17 @@
],
"architecture_source": "config.architectures"
},
{
"hf_id": "Qwen/Qwen3-VL-8B-Instruct",
"revision": "0c351dd01ed87e9c1b53cbc748cba10e6187ff3b",
"revision_source": "resolved",
"metadata_file": "config.json",
"model_type": "qwen3_vl",
"architectures": [
"Qwen3VLForConditionalGeneration"
],
"architecture_source": "config.architectures"
},
{
"hf_id": "Qwen/Qwen3.5-9B",
"revision": "c202236235762e1c871ad0ccb60c8ee5ba337b9a",
Expand Down
Loading