weiweiz1 commited on
Commit
679bddf
1 Parent(s): 4fc4a80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -115,7 +115,7 @@ python3 main.py \
115
  --bits 4 \
116
  --iter 1000 \
117
  --disable_eval \
118
- --fp_layers_list "shared_expert_gate,gate" \
119
  --deployment_device 'auto_round' \
120
  --output_dir "./tmp_autoround"
121
  ```
 
115
  --bits 4 \
116
  --iter 1000 \
117
  --disable_eval \
118
+ --fp_layers "shared_expert_gate,gate" \
119
  --deployment_device 'auto_round' \
120
  --output_dir "./tmp_autoround"
121
  ```