-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Bugfix] Fix Mamba model initialization and MLP Speculator weights loading #10456
Conversation
Signed-off-by: Isotr0py <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. 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 do one of these:
🚀 |
@DarkLight1337 Seems that the failing Mamba loading is not a bug from weights loading tracker: https://buildkite.com/vllm/ci-aws/builds/11414#019342cb-092d-405f-8d84-89c9f345edd8/182-3271. I indeed can't find RMS norm in the model checkpoint: https://huggingface.co/tiiuae/falcon-mamba-tiny-dev/tree/main?show_file_info=model.safetensors, perhaps the tested mamba model was not initialized correctly. |
Signed-off-by: Isotr0py <[email protected]>
Signed-off-by: Isotr0py <[email protected]>
Signed-off-by: Isotr0py <[email protected]>
Signed-off-by: Isotr0py <[email protected]>
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.
Thanks for the fix!
…ading (vllm-project#10456) Signed-off-by: Isotr0py <[email protected]>
…ading (vllm-project#10456) Signed-off-by: Isotr0py <[email protected]> Signed-off-by: Tyler Michael Smith <[email protected]>
…ading (vllm-project#10456) Signed-off-by: Isotr0py <[email protected]>
FIX #10327 (comment)
Sorry for breaking the test :(