File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
python -m pip install --upgrade pip
33
33
pip install cmake
34
34
pip install py-cpuinfo
35
- pip install torch==2.2 torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
35
+ pip install torch torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
36
36
pip install .[neural-compressor,diffusers,tests]
37
37
pip install intel-extension-for-transformers
38
38
pip install peft
Original file line number Diff line number Diff line change 30
30
- name : Install dependencies
31
31
run : |
32
32
python -m pip install --upgrade pip
33
- pip install torch==2.2 torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
33
+ pip install torch torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
34
34
pip install .[ipex,tests]
35
35
- name : Test with Pytest
36
36
run : |
You can’t perform that action at this time.
0 commit comments