File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 35
35
pip install torch==2.1.0 torchaudio==2.1.0 torchvision==0.16 --extra-index-url https://download.pytorch.org/whl/cpu
36
36
pip install .[neural-compressor,diffusers,tests]
37
37
pip install intel-extension-for-pytorch==2.1.100
38
+ pip install intel-extension-for-transformers==1.3.2
39
+ pip install peft
38
40
- name : Test with Pytest
39
41
run : |
40
42
pytest tests/neural_compressor/
Original file line number Diff line number Diff line change 61
61
"neural-compressor>=2.2.0" ,
62
62
"onnxruntime<1.15.0" ,
63
63
"accelerate" ,
64
- # will remove after intel-extension-for-transformers 1.3.3 release.
65
- "intel-extension-for-transformers>=1.3" ,
66
- "peft" ,
67
64
],
68
65
"openvino" : ["openvino>=2023.3" , "nncf>=2.8.1" ],
69
66
"openvino-tokenizers" : ["openvino-tokenizers[transformers]" ],
You can’t perform that action at this time.
0 commit comments