yintongl commited on
Commit
18de1c7
1 Parent(s): 20e2251

update script following enable_quanted_input argument change

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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