-
Notifications
You must be signed in to change notification settings - Fork 56
test(qwen3_8): qualify Qwen3.6-27B #1290
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
base: main
Are you sure you want to change the base?
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 |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "name": "qwen36-27b", | ||
| "hf_id": "Qwen/Qwen3.6-27B", | ||
| "hf_revision": "6a9e13bd6fc8f0983b9b99948120bc37f49c13e9", | ||
| "bundle": "qwen36-27b.bundle", | ||
| "family": "qwen3_8", | ||
| "task": "text_generation", | ||
| "trust_remote_code": true, | ||
| "precision": "fp16", | ||
| "testcases": [ | ||
| { | ||
| "name": "qwen36-27b", | ||
| "premerge": true, | ||
| "prompt": "What is the capital of France? Answer in one word.", | ||
| "max_new_tokens": 10, | ||
| "use_chat_template": true, | ||
| "enable_thinking": false, | ||
| "reference_precision": "fp32" | ||
|
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. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: #!/bin/bash
set -eu
printf '%s\n' '--- manifest ---'
cat -n families/qwen3_8/tests/manifests/qwen36-27b.json
printf '%s\n' '--- related files ---'
git ls-files families/qwen3_8/tests | sed -n '1,160p'
printf '%s\n' '--- reference_precision bindings ---'
rg -n -C 3 'reference_precision|qwen36-27b|bfloat16|bf16|fp32' families/qwen3_8 tests .github 2>/dev/null | sed -n '1,260p'Repository: NVIDIA/TensorRT-Model-Connect Length of output: 20332 🤖 get_repo_knowledge executed:
Length of output: 3203 🏁 Script executed: #!/bin/bash
set -eu
cat -n families/qwen3_8/tests/manifests/qwen36-27b.json
printf '%s\n' '---'
rg -n -C 4 'reference_precision|qwen36-27b|bfloat16|bf16|fp32' families/qwen3_8 tests .github 2>/dev/null | sed -n '1,300p'Repository: NVIDIA/TensorRT-Model-Connect Length of output: 22918 🏁 Script executed: cat -n families/qwen3_8/tests/manifests/qwen36-27b.json; rg -n -C 4 'reference_precision|qwen36-27b|bfloat16|bf16|fp32' families/qwen3_8 tests .github 2>/dev/null | sed -n '1,300p'Repository: NVIDIA/TensorRT-Model-Connect Length of output: 22944 Validate the declared reference precision. The manifest declares 🤖 Prompt for AI Agents |
||
| } | ||
| ], | ||
| "max_sequence_length": 256, | ||
| "tensor_parallel_size": 1 | ||
| } | ||
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.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Keep
qwen36-27bout of premerge."premerge": trueadds this profile to the premerge suite. The PR objective states that it must befalsesoqwen38-27bremains the premerge gate and suite duration remains unchanged. The new build also requires approximately 300 GB of host RAM.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents