We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82782c4 commit 4397591Copy full SHA for 4397591
.github/workflows/test_inc.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m pip install --upgrade pip
33
pip install cmake
34
pip install py-cpuinfo
35
- pip install torch torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
+ pip install torch==2.2.0 torchaudio==2.2.0 torchvision==0.16 --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
0 commit comments