Skip to content

Commit 4397591

Browse files
committed
fix
1 parent 82782c4 commit 4397591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_inc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install cmake
3434
pip install py-cpuinfo
35-
pip install torch torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
35+
pip install torch==2.2.0 torchaudio==2.2.0 torchvision==0.16 --extra-index-url https://download.pytorch.org/whl/cpu
3636
pip install .[neural-compressor,diffusers,tests]
3737
pip install intel-extension-for-transformers
3838
pip install peft

0 commit comments

Comments
 (0)