yintongl commited on
Commit
7a06303
1 Parent(s): d3f8d20

update autoround script following enable_quanted_input argument change

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -97,6 +97,7 @@ python3 main.py \
97
  --group_size 128 \
98
  --bits 4 \
99
  --iters 1000 \
 
100
  --deployment_device 'gpu' \
101
  --output_dir "./tmp_autoround"
102
  ```
 
97
  --group_size 128 \
98
  --bits 4 \
99
  --iters 1000 \
100
+ --disable_quanted_input \
101
  --deployment_device 'gpu' \
102
  --output_dir "./tmp_autoround"
103
  ```