File tree 1 file changed +12
-6
lines changed 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
export CHECKPOINT_PATH=../../../checkpoints # path to checkpoints folder
2
2
3
- export MODEL_REPO=meta-llama/Llama-2-7b-chat-hf
4
- python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround # auto-round w/o quant_lm_head
5
- python eval.py --checkpoint_path $CHECKPOINT_PATH /$MODEL_REPO /model.pth --quantization autoround-cuda-1 # auto-round w/ quant_lm_head
3
+ # export MODEL_REPO=meta-llama/Llama-2-7b-chat-hf
4
+ # python eval.py --checkpoint_path $CHECKPOINT_PATH/$MODEL_REPO/model.pth --quantization autoround # auto-round w/o quant_lm_head
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
- 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
7
+ # export MODEL_REPO=meta-llama/Meta-Llama-3-8B
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