Skip to content

Commit ae65c0d

Browse files
authored
restrict lm_eval version <= 0.4.7 (#2177)
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent 2032e77 commit ae65c0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest
88
wandb
99
einops
1010
neural-compressor
11-
lm_eval
11+
lm_eval <= 0.4.7
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ pytest
88
wandb
99
einops
1010
neural-compressor
11-
lm_eval
11+
lm_eval <= 0.4.7
1212
peft
1313
intel_extension_for_pytorch

0 commit comments

Comments
 (0)