Update README.md
Browse files
README.md
CHANGED
@@ -122,7 +122,7 @@ python -m auto_round \
|
|
122 |
--iter 1000 \
|
123 |
--disable_eval \
|
124 |
--model_dtype "float16" \
|
125 |
-
--
|
126 |
--output_dir "./tmp_autoround"
|
127 |
```
|
128 |
|
|
|
122 |
--iter 1000 \
|
123 |
--disable_eval \
|
124 |
--model_dtype "float16" \
|
125 |
+
--format 'auto_round' \
|
126 |
--output_dir "./tmp_autoround"
|
127 |
```
|
128 |
|