Update README.md
Browse files
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.
|