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

Commit 8e43051

Browse files
authored
update autoround version to 0.2 (#1584)
Signed-off-by: changwangss <chang1.wang@intel.com>
1 parent 2ebe14d commit 8e43051

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ tiktoken #code_gen
1111
neural-compressor
1212
intel_extension_for_pytorch==2.3.0
1313
optimum-intel
14-
git+https://github.com/intel/auto-round.git@ecca5349981044e1278773a251b3fc5c0a11fe7b
14+
auto-round==0.2
1515
git+https://github.com/bigcode-project/bigcode-evaluation-harness@094c7cc197d13a53c19303865e2056f1c7488ac1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ bitsandbytes #baichuan
1212
transformers_stream_generator
1313
tiktoken #qwen
1414
einops #qwen
15-
git+https://github.com/intel/auto-round.git@ecca5349981044e1278773a251b3fc5c0a11fe7b
15+
auto-round
1616
git+https://github.com/intel/neural-compressor.git
1717
lm-eval==0.4.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ transformers_stream_generator
1111
tiktoken #qwen
1212
einops #qwen
1313
git+https://github.com/intel/neural-speed.git
14-
git+https://github.com/intel/auto-round.git@ecca5349981044e1278773a251b3fc5c0a11fe7b
14+
auto-round==0.2
1515
git+https://github.com/intel/neural-compressor.git
1616
lm-eval==0.4.2
1717
huggingface_hub

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
accelerate
33
auto-gptq
4+
auto-round==0.2
45
bitsandbytes
56
datasets==2.16.1
67
einops
78
evaluate
89
gguf
9-
git+https://github.com/intel/auto-round.git@ecca5349981044e1278773a251b3fc5c0a11fe7b
1010
git+https://github.com/intel/neural-compressor.git
1111
git+https://github.com/intel/neural-speed.git
1212
intel-extension-for-pytorch==2.3.0

0 commit comments

Comments
 (0)