Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit a9d6ad9

Browse files
authored
remove optimum-intel commit limit (#1284)
1 parent 0522878 commit a9d6ad9

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

examples/huggingface/pytorch/code-generation/quantization/requirements.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ datasets >= 2.0
44
protobuf
55
sentencepiece != 0.1.92
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.1.0+cpu
7+
torch==2.2.0+cpu
88
peft==0.6.2
99
transformers >= 4.35.0
1010
tiktoken #code_gen
1111
neural-compressor
12-
intel_extension_for_pytorch==2.1.0
13-
git+https://github.com/huggingface/optimum.git@927e94739447b13f7eefe085c8d3662654b6a11c
14-
git+https://github.com/huggingface/optimum-intel.git@f95dea1ae8966dee4d75d622e7b2468c514ba02d
12+
intel_extension_for_pytorch==2.2.0
13+
optimum-intel
1514
git+https://github.com/bigcode-project/bigcode-evaluation-harness@0d84db85f9ff971fa23a187a3347b7f59af288dc

examples/huggingface/pytorch/text-generation/quantization/requirements.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ peft
44
protobuf
55
sentencepiece != 0.1.92
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.1.1+cpu
7+
torch==2.2.0+cpu
88
transformers
9-
intel_extension_for_pytorch
9+
intel_extension_for_pytorch==2.2.0
10+
optimum-intel
1011
bitsandbytes #baichuan
1112
transformers_stream_generator
1213
tiktoken #qwen
1314
einops #qwen
1415
git+https://github.com/intel/neural-compressor.git
15-
git+https://github.com/huggingface/optimum-intel.git@f95dea1ae8966dee4d75d622e7b2468c514ba02d
16-
git+https://github.com/huggingface/optimum.git@927e94739447b13f7eefe085c8d3662654b6a11c
1716
git+https://github.com/EleutherAI/lm-evaluation-harness.git@cc9778fbe4fa1a709be2abed9deb6180fd40e7e2

tests/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ datasets==2.14.7
55
einops
66
evaluate
77
gguf
8-
git+https://github.com/huggingface/optimum-intel.git
9-
git+https://github.com/huggingface/optimum.git@927e94739447b13f7eefe085c8d3662654b6a11c
108
git+https://github.com/intel/neural-compressor.git
119
intel-extension-for-pytorch==2.1.0
1210
intel-tensorflow==2.13.0
@@ -15,6 +13,7 @@ neural-speed
1513
nlpaug==1.1.9
1614
onnx>=1.10
1715
onnxruntime
16+
optimum-intel
1817
peft==0.6.2
1918
sacremoses
2019
sentencepiece != 0.1.92

0 commit comments

Comments
 (0)