Skip to content

Commit 4f089af

Browse files
committed
workaround for ILITV-3858
Signed-off-by: xin3he <xin3.he@intel.com>
1 parent bcd6651 commit 4f089af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/smooth_quant/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ protobuf
33
sentencepiece != 0.1.92
44
datasets >= 1.1.3
55
torch >= 1.10
6-
transformers
6+
transformers < 4.48.0 # TODO: ILITV-3858
77
pytest
88
wandb
99
einops
1010
neural-compressor
11-
lm_eval==0.4.3
11+
lm_eval
1212
peft
1313
optimum-intel
1414
intel_extension_for_pytorch

examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/static_quant/ipex/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ protobuf
33
sentencepiece != 0.1.92
44
datasets >= 1.1.3
55
torch >= 1.10
6-
transformers
6+
transformers < 4.48.0 # TODO: ILITV-3858
77
pytest
88
wandb
99
einops
1010
neural-compressor
11-
lm_eval==0.4.3
11+
lm_eval
1212
peft
1313
intel_extension_for_pytorch

0 commit comments

Comments
 (0)