We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf3b8b commit cd3f227Copy full SHA for cd3f227
.github/workflows/test_ipex.yml
@@ -37,6 +37,7 @@ jobs:
37
pip install --upgrade pip
38
pip install torch==${{ matrix.torch-version }} torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
39
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 .
41
42
- name: Assert versions
43
run: |
0 commit comments