Skip to content

Commit 09ceea2

Browse files
committed
update warning
Signed-off-by: jiqing-feng <[email protected]>
1 parent ccc645d commit 09ceea2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bitsandbytes/cextension.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,8 @@ def get_native_library() -> BNBNativeLibrary:
301301
if hasattr(torch, "xpu") and torch.xpu.is_available():
302302
if not ipex_xpu:
303303
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`. "
304+
"Detected Intel XPU but no Intel Extension for PyTorch (IPEX) installed. Triton implementation will be used."
305+
"Please check the installation doc to install `intel_extension_for_pytorch` to get better performance."
307306
)
308307
lib = None
309308
else:

0 commit comments

Comments
 (0)