We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4464d commit 4bee0c7Copy full SHA for 4bee0c7
.github/workflows/test_inc.yml
@@ -32,6 +32,7 @@ jobs:
32
python -m pip install --upgrade pip
33
pip install cmake
34
pip install py-cpuinfo
35
+ pip install torch==2.2 torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
36
pip install .[neural-compressor,diffusers,tests]
37
pip install intel-extension-for-transformers
38
pip install peft
.github/workflows/test_ipex.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
pip install .[ipex,tests]
- name: Test with Pytest
0 commit comments