You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix removing "cpu" from frozenset in bitsandbytes.py to allow better ROCm support. (#36975)
* Fix removing "cpu" from frozenset in bitsandbytes.py to allow better ROCm support.
Related to bitsandbytes-foundation/bitsandbytes#1573 and #36949 , this resolves a bug in allowing ROCm/HIP support in bitsandbytes.
* Related to bitsandbytes-foundation/bitsandbytes#1573 and #36949 , this resolves a bug in the biteandbytes integration, allowing ROCm/HIP support in bitsandbytes.
---------
Co-authored-by: Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
"You have Intel IPEX installed but if you're intending to use it for CPU, it might not have the right version. Be sure to double check that your PyTorch and IPEX installs are compatible."
497
497
)
498
498
499
-
available_devices.discard("cpu") # Only Intel CPU is supported by BNB at the moment
0 commit comments