File size: 247 Bytes
55c92b3 | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash
ATTEMPT="llama-sensi-milp-7b-2"
python ../src/cli.py dump \
--type quant_config \
--model 0 \
--attempt $ATTEMPT\
--budget 4.51 \
--quant-snapshot-dir="/fdata/llm/mxq/snapshots" \
--output-file ${ATTEMPT}.csv
|