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