Skip to content

Commit bd5a7a5

Browse files
authored
limit peft version (#2362)
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent c77e654 commit bd5a7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ wandb
99
einops
1010
neural-compressor
1111
lm_eval <= 0.4.7
12-
peft
12+
peft <= 0.17.0
1313
optimum-intel
1414
intel_extension_for_pytorch == 2.7.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ wandb
99
einops
1010
neural-compressor
1111
lm_eval <= 0.4.7
12-
peft
12+
peft <= 0.17.0
1313
intel_extension_for_pytorch

0 commit comments

Comments
 (0)