weiweiz1 commited on
Commit
d2f5d11
1 Parent(s): fdbb37d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -98,10 +98,8 @@ python3 main.py \
98
  --group_size 128 \
99
  --bits 4 \
100
  --iters 400 \
101
- --use_quant_input \
102
- --model_dtype "float16"
103
  --deployment_device 'gpu' \
104
- --disable_low_gpu_mem_usage \
105
  --output_dir "./tmp_autoround"
106
 
107
  ```
 
98
  --group_size 128 \
99
  --bits 4 \
100
  --iters 400 \
101
+ --model_dtype "float16" \
 
102
  --deployment_device 'gpu' \
 
103
  --output_dir "./tmp_autoround"
104
 
105
  ```