Skip to content

Conversation

@sarckk
Copy link
Collaborator

@sarckk sarckk commented Apr 5, 2025

fused moe layer will now pass this arg to FusedMoEMethodBase child classes

ran pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual to keep linter happy

Address
https://buildkite.com/vllm/ci/builds/16963#019607e4-941e-4455-ac59-78ef198bd947/54

@github-actions
Copy link

github-actions bot commented Apr 5, 2025

👋 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 fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

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 ready label to the PR or enable auto-merge.

🚀

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be above "activation", if you run "pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual" there would be a failure that it does not compatible with the base signature

scoring_func=scoring_func,
e_score_correction_bias=e_score_correction_bias)

return fused_experts(x,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this seems no need to change, the format previously is following vllm format style

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatted changed it because we are passing apply_router_weight_on_input=apply_router_weight_on_input now

Copy link
Collaborator

@luccafong luccafong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

others looks good to go

@luccafong luccafong merged commit 1b8b67a into init_pr Apr 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants