Update README.md
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ python3 main.py \
|
|
111 |
--iter 1000 \
|
112 |
--disable_eval \
|
113 |
--model_dtype "float16" \
|
114 |
-
--deployment_device '
|
115 |
--output_dir "./tmp_autoround"
|
116 |
```
|
117 |
|
|
|
111 |
--iter 1000 \
|
112 |
--disable_eval \
|
113 |
--model_dtype "float16" \
|
114 |
+
--deployment_device 'auto_round' \
|
115 |
--output_dir "./tmp_autoround"
|
116 |
```
|
117 |
|