-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix compare results #2473
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
Fix compare results #2473
Conversation
|
Thanks for the PR. I don't think we should change the Also, just to give more context: These are all pure bitsandbytes tests, they don't really have anything to do with PEFT. We added them here because bitsandbytes didn't have their own CI at the time and we wanted to help out. This will soon change and we will probably phase out the bnb tests in PEFT. Therefore, I wonder if we should not just leave the file as it is and you can skip this test on your internal XPU CI. WDYT? |
|
Hi @BenjaminBossan . Yes, it should be easier for me. Please review the new changes. Thanks! |
|
We had some issues with the CI that should now be fixed, could you please merge with/rebase on the latest main? |
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
Done. Already merged the main branch. |
|
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. |
BenjaminBossan
left a comment
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, LGTM.
Hi @BenjaminBossan . I tested
tests/bnb/test_bnb_regression.pyon A100 and XPU with the latestmulti-backend-refactorbranch of bitsandbytes. The results might be slightly different as bnb updates. Please review this PR. Thanks!