File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,11 @@ python eval.py --checkpoint_path $CHECKPOINT_PATH/$MODEL_REPO/model.pth --quanti
5
5
python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround-cuda-1 # auto-round w/ quant_lm_head
6
6
7
7
export MODEL_REPO=meta-llama/Meta-Llama-3-8B
8
- python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantizatio autoround-cpu # auto-round w/o quant_lm_head
9
- python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround-cpu-1 # auto-round w/ quant_lm_head
8
+ python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround-cpu # auto-round w/o quant_lm_head
9
+ python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround-cuda-1 # auto-round w/ quant_lm_head
10
+
11
+ export MODEL_REPO=meta-llama/Meta-Llama-3.1-8B
12
+ python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround-cpu # auto-round w/o quant_lm_head
13
+ python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround-cuda-1 # auto-round w/ quant_lm_head
14
+ python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoquant --tasks ' mmlu' ' truthfulqa_mc2'
15
+ python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoquant --tasks ' winogrande' ' arc_challenge'
You can’t perform that action at this time.
0 commit comments