[Misc][MacOS] fix bfloat16 error#18249
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 🚀 |
|
I think it's just because of a mistake in Lines 33 to 39 in 67da572 Correct |
Signed-off-by: reidliu41 <reid201711@gmail.com>
84c28d5 to
d022447
Compare
|
Thank you for your confirm. Just tested, it worked |
Signed-off-by: reidliu41 <reid201711@gmail.com> Co-authored-by: reidliu41 <reid201711@gmail.com> Signed-off-by: Yuqi Zhang <yuqizhang@google.com>
autodtype, it would cause the BFloat16 error , it should fixed before 11696 based on description currently it should still need to to modifycpu_extension.cmaketo activate(and hard to make it).So it would be better to bring it back.