-
Notifications
You must be signed in to change notification settings - Fork 15
add gemma-3-27b-it and qwen3_30B-A3B #42
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?
Conversation
} | ||
}, | ||
{ | ||
"test_name": "serving_google/gemma_3_27b_it_tp8_in200_out200", |
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.
The test name is wrong, I think vLLM benchmark script doesn't like the serving_google/
prefix which looks like a path, and fails to open the file https://github.com/pytorch/pytorch-integration-testing/actions/runs/15816426866/job/44575995349#step:14:7700
In the same run, qwen3
is ok without the prefix https://github.com/pytorch/pytorch-integration-testing/actions/runs/15816426866/job/44575995344
No description provided.