MikeDean commited on
Commit
6d36516
·
1 Parent(s): 11fd8e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -113,7 +113,7 @@ python convert_llama_weights_to_hf.py --input_dir ./ --model_size 13B --output_d
113
  Use the script we provided, located at `./tools/weight_diff.py`, execute the following command, and you will get the complete `KnowLM` weight:
114
 
115
  ```shell
116
- python tools/weight_diff.py recover --path_raw ./converted --path_diff ./knowlm-diff --path_tuned ./knowlm
117
  ```
118
 
119
  The final complete KnowLM weights are saved in the `./knowlm` folder.
 
113
  Use the script we provided, located at `./tools/weight_diff.py`, execute the following command, and you will get the complete `KnowLM` weight:
114
 
115
  ```shell
116
+ python tools/weight_diff.py recover --path_raw ./converted --path_diff ./knowlm-diff --path_tuned ./knowlm --check_integrity_naively False
117
  ```
118
 
119
  The final complete KnowLM weights are saved in the `./knowlm` folder.