Update README.md
This commit is contained in:
parent
c5ae5d08a5
commit
3e481d05f0
1 changed files with 1 additions and 14 deletions
15
README.md
15
README.md
|
@ -24,20 +24,7 @@ The weights are based on the published fine-tunes from `alpaca-lora`, converted
|
|||
|
||||
## Getting Started (13B)
|
||||
|
||||
If you have more than 10GB of RAM, you can use the higher quality 13B `ggml-alpaca-13b-q4.bin` model. To download the weights, you can use
|
||||
|
||||
```
|
||||
|
||||
# Any of these commands will work.
|
||||
curl -o ggml-alpaca-13b-q4.bin -C - https://gateway.estuary.tech/gw/ipfs/Qme6wyw9MzqbrUMpFNVq42rC1kSdko7MGT9CL7o1u9Cv9G
|
||||
curl -o ggml-alpaca-13b-q4.bin -C - https://ipfs.io/ipfs/Qme6wyw9MzqbrUMpFNVq42rC1kSdko7MGT9CL7o1u9Cv9G
|
||||
curl -o ggml-alpaca-13b-q4.bin -C - https://cloudflare-ipfs.com/ipfs/Qme6wyw9MzqbrUMpFNVq42rC1kSdko7MGT9CL7o1u9Cv9G
|
||||
|
||||
# BitTorrent
|
||||
magnet:?xt=urn:btih:053b3d54d2e77ff020ebddf51dad681f2a651071&dn=ggml-alpaca-13b-q4.bin&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2810%2Fannounce
|
||||
https://btcache.me/torrent/053B3D54D2E77FF020EBDDF51DAD681F2A651071
|
||||
https://torrage.info/torrent.php?h=053b3d54d2e77ff020ebddf51dad681f2a651071
|
||||
```
|
||||
If you have more than 10GB of RAM, you can use the higher quality 13B `ggml-alpaca-13b-q4.bin` model.
|
||||
|
||||
Once you've downloaded the weights, you can run the following command to enter chat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue