We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0474b26 commit a814adfCopy full SHA for a814adf
.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 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
0 commit comments