We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4397591 commit 5f2e78cCopy full SHA for 5f2e78c
.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==2.2.0 torchaudio==2.2.0 torchvision==0.16 --extra-index-url https://download.pytorch.org/whl/cpu
+ pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --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