Skip to content

Commit 35855bd

Browse files
authored
Remove duplicate model id var from awq example recipe (#1467)
SUMMARY: I noticed the MODELID var is declared twice in the AWQ example recipe, so i removed the second instance of it TEST PLAN: N/A Signed-off-by: Andrew Mead <[email protected]>
1 parent 589aa02 commit 35855bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/awq/llama_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
1414

1515
# Select calibration dataset.
16-
MODEL_ID = "meta-llama/Meta-Llama-3-8B-Instruct"
1716
DATASET_ID = "mit-han-lab/pile-val-backup"
1817
DATASET_SPLIT = "validation"
1918

0 commit comments

Comments
 (0)