Update README.md

main
randaller 3 years ago committed by GitHub
parent 0cca7abbcf
commit 141beaf978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ magnet:xt=urn:btih:b8287ebfa04f879b048d4d4404108cf3e8014352&dn=LLaMA&tr=udp%3a%2
First, you need to unshard model checkpoints to a single file. Let's do this for 30B model.
```
python merge_weights.py --input_dir D:\Downloads\LLaMA --model_size 30B
python merge-weights.py --input_dir D:\Downloads\LLaMA --model_size 30B
```
In this example, D:\Downloads\LLaMA is a root folder of downloaded torrent with weights.

Loading…
Cancel
Save