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

Commit 257c78c

Browse files
authored
update Llama-2-13b-hf SQ recipe(#1109)
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent 9cf6a7f commit 257c78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/huggingface/pytorch/text-generation/quantization/llm_quantization_recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ python run_generation.py \
156156
--trust_remote_code True \
157157
--calib_len 1024 \
158158
--fallback_add \
159-
--calib_shuffle False \
159+
--calib_padding \
160160
--tasks lambada_openai \
161161
--int8 --sq --accuracy \
162162
--batch_size 1 \

0 commit comments

Comments
 (0)