Skip to content

Commit cd3f227

Browse files
committed
enable bnb tests
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 6bf3b8b commit cd3f227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_ipex.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
pip install --upgrade pip
3838
pip install torch==${{ matrix.torch-version }} torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
3939
pip install .[ipex,tests] transformers[testing]==${{ matrix.transformers-version }} intel_extension_for_pytorch==${{ matrix.torch-version }}
40+
git clone --branch multi-backend-refactor https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/ && pip install .
4041
4142
- name: Assert versions
4243
run: |

0 commit comments

Comments
 (0)