[Bugfix] Fix benchmark_moe.py#19016
Conversation
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
8a8e0ca to
e547a06
Compare
Signed-off-by: Tianyu Guo <guoty9@mail2.sysu.edu.cn>
Signed-off-by: Tianyu Guo <guoty9@mail2.sysu.edu.cn>
Signed-off-by: Tianyu Guo <guoty9@mail2.sysu.edu.cn>
Signed-off-by: Tianyu Guo <guoty9@mail2.sysu.edu.cn>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Fix some errors in benchmark_moe.py
Listtolistto solveNameError: name 'List' is not defined. Did you mean: 'list'?SimpleNamespaceto solveTypeError: types.SimpleNamespace() argument after ** must be a mapping, not Qwen3MoeConfig@houseroad