-
Notifications
You must be signed in to change notification settings - Fork 30.6k
Add BF16 support check for MUSA backend #40576
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
Conversation
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.
Nice ! Thanks for adding this !
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@SunMarc Hi, I see there're some ci failures, but I don't think this PR is related, can you help to take a look, please? |
add musa bf16 supported Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com>
What does this PR do?
Add BF16 support for
MUSA
backend.We met an unsupported error when setting
bf16: True
in a sft config file, and found thatis_torch_bf16_gpu_available
doesn't check fortorch_musa
whileMUSA
do support that.cc @muellerzr @SunMarc @amyeroberts