cicdatopea
commited on
Commit
•
142fb79
1
Parent(s):
a7e419e
Update README.md
Browse files
README.md
CHANGED
@@ -100,7 +100,7 @@ auto-round \
|
|
100 |
--bits 4 \
|
101 |
--iter 2000 \
|
102 |
--disable_eval \
|
103 |
-
--
|
104 |
--format 'auto_gptq,auto_round' \
|
105 |
--output_dir "./tmp_autoround"
|
106 |
```
|
|
|
100 |
--bits 4 \
|
101 |
--iter 2000 \
|
102 |
--disable_eval \
|
103 |
+
--model_dtype float16 \
|
104 |
--format 'auto_gptq,auto_round' \
|
105 |
--output_dir "./tmp_autoround"
|
106 |
```
|