Skip to content

Commit ecaac6e

Browse files
committed
rebase code on main branch
Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
1 parent ce84be1 commit ecaac6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/neural_compressor/language-modeling/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ respectively `dynamic`, `static`, `weight_only` or `aware_training`.
9797

9898
The flag `--verify_loading` can be passed along to verify that the resulting quantized model can be loaded correctly.
9999

100-
> **_Note:_** `weight_only` quantization_approach requires neural-compressor >= 2.3 and intel-extension-for-transformers >= 1.2.
100+
> **_Note:_** `weight_only` quantization_approach requires neural-compressor >= 2.3 and intel-extension-for-transformers >= 1.3.

examples/neural_compressor/language-modeling/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ torch >= 1.9
33
datasets >= 1.8.0
44
sentencepiece != 0.1.92
55
protobuf
6-
intel-extension-for-transformers
6+
intel-extension-for-transformers >=1.3
77
peft

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"rjieba",
3333
"timm",
3434
"invisible-watermark>=0.2.0",
35-
"intel-extension-for-transformers",
35+
"intel-extension-for-transformers>=1.3",
3636
"peft",
3737
]
3838

0 commit comments

Comments
 (0)