Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit a3dd409

Browse files
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 8d83c67 + ad8bab3 commit a3dd409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
python -c "
9595
import bitsandbytes
9696
print('✅ bitsandbytes import successful')
97-
import bnb_intel
98-
print('✅ bnb_intel import successful')
99-
print('✅ All imports successful')
97+
import bitsandbytes_intel
98+
print('✅ bitsandbytes_intel import successful')
99+
print('✅ All imports successful - no XPU operations tested, as for that we would need to configure the XPU runner..')
100100
"
101101
102102
# - name: Test with pytest

0 commit comments

Comments
 (0)