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