weiweiz1 commited on
Commit
b6c5c24
1 Parent(s): dc51335

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ python3 main.py \
89
  --disable_eval \
90
  --nsamples 512 \
91
  --disable_low_gpu_mem_usage \
92
- --black_list "shared_expert_gate,gate" \
93
  --deployment_device 'auto_round' \
94
  --output_dir "./tmp_autoround"
95
  ```
 
89
  --disable_eval \
90
  --nsamples 512 \
91
  --disable_low_gpu_mem_usage \
92
+ --layer_blacklist "shared_expert_gate,gate" \
93
  --deployment_device 'auto_round' \
94
  --output_dir "./tmp_autoround"
95
  ```