We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc645d commit 09ceea2Copy full SHA for 09ceea2
bitsandbytes/cextension.py
@@ -301,9 +301,8 @@ def get_native_library() -> BNBNativeLibrary:
301
if hasattr(torch, "xpu") and torch.xpu.is_available():
302
if not ipex_xpu:
303
logger.warning(
304
- "Detected Intel XPU but no Intel Extension for PyTorch (IPEX) installed. "
305
- "IPEX is recommended for Intel XPU support in bitsandbytes to get better performance. "
306
- "Please check the installation doc to install `intel_extension_for_pytorch`. "
+ "Detected Intel XPU but no Intel Extension for PyTorch (IPEX) installed. Triton implementation will be used."
+ "Please check the installation doc to install `intel_extension_for_pytorch` to get better performance."
307
)
308
lib = None
309
else:
0 commit comments