Skip to content

Commit 638f516

Browse files
committed
Fixed doc building error
Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
1 parent 1331cdc commit 638f516

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test_inc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
pip install torch==2.1.0 torchaudio==2.1.0 torchvision==0.16 --extra-index-url https://download.pytorch.org/whl/cpu
3636
pip install .[neural-compressor,diffusers,tests]
3737
pip install intel-extension-for-pytorch==2.1.100
38+
pip install intel-extension-for-transformers==1.3.2
39+
pip install peft
3840
- name: Test with Pytest
3941
run: |
4042
pytest tests/neural_compressor/

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
"neural-compressor>=2.2.0",
6262
"onnxruntime<1.15.0",
6363
"accelerate",
64-
# will remove after intel-extension-for-transformers 1.3.3 release.
65-
"intel-extension-for-transformers>=1.3",
66-
"peft",
6764
],
6865
"openvino": ["openvino>=2023.3", "nncf>=2.8.1"],
6966
"openvino-tokenizers": ["openvino-tokenizers[transformers]"],

0 commit comments

Comments
 (0)