yintongl commited on
Commit
5b831f9
1 Parent(s): a8eb2bb

update autoround script following enable_quanted_input argument change

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ python3 main.py \
85
  --group_size 128 \
86
  --bits 4 \
87
  --iters 400 \
88
- --use_quant_input \
89
  --deployment_device 'gpu' \
90
  --output_dir "./tmp_autoround"
91
 
 
85
  --group_size 128 \
86
  --bits 4 \
87
  --iters 400 \
88
+ --enable_quanted_input \
89
  --deployment_device 'gpu' \
90
  --output_dir "./tmp_autoround"
91