OPEA
/

Safetensors
llama
4-bit precision
awq
cicdatopea commited on
Commit
6e547d4
·
verified ·
1 Parent(s): 7cb82f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -134,7 +134,7 @@ auto-round \
134
  --iter 1000 \
135
  --disable_eval \
136
  --model_dtype 'float16' \
137
- --format 'auto_gptq,auto_round' \
138
  --output_dir "./tmp_autoround"
139
  ```
140
 
 
134
  --iter 1000 \
135
  --disable_eval \
136
  --model_dtype 'float16' \
137
+ --format 'auto_awq,auto_gptq,auto_round' \
138
  --output_dir "./tmp_autoround"
139
  ```
140