update script following enable_quanted_input argument change
Browse files
README.md
CHANGED
@@ -34,6 +34,7 @@ python3 main.py \
|
|
34 |
--minmax_lr 0.0002 \
|
35 |
--deployment_device 'gpu' \
|
36 |
--scale_dtype 'fp32' \
|
|
|
37 |
--eval_bs 32 \
|
38 |
--output_dir "./tmp_autoround" \
|
39 |
--amp
|
|
|
34 |
--minmax_lr 0.0002 \
|
35 |
--deployment_device 'gpu' \
|
36 |
--scale_dtype 'fp32' \
|
37 |
+
--disable_quanted_input \
|
38 |
--eval_bs 32 \
|
39 |
--output_dir "./tmp_autoround" \
|
40 |
--amp
|