-
Notifications
You must be signed in to change notification settings - Fork 4
Qwen3 model #14
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?
Qwen3 model #14
Conversation
Logit Validation Benchmark Code: !inference_demo \
--model-type qwen3 \
--task-type causal-lm \
run \
--model-path /home/ubuntu/model_hf_qwen/qwen/ \
--compiled-model-path /home/ubuntu/traced_model_qwen/qwen/logit \
--torch-dtype bfloat16 \
--tp-degree 8 \
--batch-size 1 \
--max-context-length 16 \
--seq-len 32 \
--enable-bucketing \
--pad-token-id 151645 \
--prompt "To be, or not to be" \
--check-accuracy-mode logit-matching \
--benchmark Results:
|
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Thinking example" |
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.
@EmilyWebber that should do it : )
@jlonge4 |
Issue #, if available:
N/A
Description of changes:
Add Qwen3 model file and inference notebook. Tested with
Qwen/Qwen3-8B
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.