This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree 3 files changed +7
-10
lines changed
examples/huggingface/pytorch
code-generation/quantization
text-generation/quantization
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ datasets >= 2.0
4
4
protobuf
5
5
sentencepiece != 0.1.92
6
6
--extra-index-url https://download.pytorch.org/whl/cpu
7
- torch == 2.1 .0+cpu
7
+ torch == 2.2 .0+cpu
8
8
peft == 0.6.2
9
9
transformers >= 4.35.0
10
10
tiktoken #code_gen
11
11
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
15
14
git+https://github.com/bigcode-project/bigcode-evaluation-harness@0d84db85f9ff971fa23a187a3347b7f59af288dc
Original file line number Diff line number Diff line change 4
4
protobuf
5
5
sentencepiece != 0.1.92
6
6
--extra-index-url https://download.pytorch.org/whl/cpu
7
- torch == 2.1.1 +cpu
7
+ torch == 2.2.0 +cpu
8
8
transformers
9
- intel_extension_for_pytorch
9
+ intel_extension_for_pytorch == 2.2.0
10
+ optimum-intel
10
11
bitsandbytes #baichuan
11
12
transformers_stream_generator
12
13
tiktoken #qwen
13
14
einops #qwen
14
15
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
17
16
git+https://github.com/EleutherAI/lm-evaluation-harness.git@cc9778fbe4fa1a709be2abed9deb6180fd40e7e2
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ datasets==2.14.7
5
5
einops
6
6
evaluate
7
7
gguf
8
- git+https://github.com/huggingface/optimum-intel.git
9
- git+https://github.com/huggingface/optimum.git@927e94739447b13f7eefe085c8d3662654b6a11c
10
8
git+https://github.com/intel/neural-compressor.git
11
9
intel-extension-for-pytorch == 2.1.0
12
10
intel-tensorflow == 2.13.0
@@ -15,6 +13,7 @@ neural-speed
15
13
nlpaug == 1.1.9
16
14
onnx >= 1.10
17
15
onnxruntime
16
+ optimum-intel
18
17
peft == 0.6.2
19
18
sacremoses
20
19
sentencepiece != 0.1.92
You can’t perform that action at this time.
0 commit comments