We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95743be commit 1c044d6Copy full SHA for 1c044d6
.github/workflows/test_ipex.yml
@@ -36,7 +36,6 @@ jobs:
36
run: |
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
41
- name: Install bitsandbytes
42
0 commit comments