Update README.md
This commit is contained in:
parent
9116ae9b53
commit
285ca17ecb
1 changed files with 1 additions and 13 deletions
14
README.md
14
README.md
|
@ -12,19 +12,7 @@ This combines the [LLaMA foundation model](https://github.com/facebookresearch/l
|
||||||
|
|
||||||
Download the zip file corresponding to your operating system from the [latest release](https://github.com/antimatter15/alpaca.cpp/releases/latest). On Windows, download `alpaca-win.zip`, on Mac (both Intel or ARM) download `alpaca-mac.zip`, and on Linux (x64) download `alpaca-linux.zip`.
|
Download the zip file corresponding to your operating system from the [latest release](https://github.com/antimatter15/alpaca.cpp/releases/latest). On Windows, download `alpaca-win.zip`, on Mac (both Intel or ARM) download `alpaca-mac.zip`, and on Linux (x64) download `alpaca-linux.zip`.
|
||||||
|
|
||||||
Download `ggml-alpaca-7b-q4.bin` and place it in the same folder as the `chat` executable in the zip file. There are several options:
|
Download [ggml-alpaca-7b-q4.bin](https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/blob/main/ggml-alpaca-7b-q4.bin) and place it in the same folder as the `chat` executable in the zip file. There are several options:
|
||||||
|
|
||||||
```
|
|
||||||
# Any of these commands will work.
|
|
||||||
curl -o ggml-alpaca-7b-q4.bin -C - https://gateway.estuary.tech/gw/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
|
|
||||||
curl -o ggml-alpaca-7b-q4.bin -C - https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
|
|
||||||
curl -o ggml-alpaca-7b-q4.bin -C - https://cloudflare-ipfs.com/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
|
|
||||||
|
|
||||||
# BitTorrent
|
|
||||||
magnet:?xt=urn:btih:5aaceaec63b03e51a98f04fd5c42320b2a033010&dn=ggml-alpaca-7b-q4.bin&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969%2Fannounce
|
|
||||||
https://btcache.me/torrent/5AACEAEC63B03E51A98F04FD5C42320B2A033010
|
|
||||||
https://torrage.info/torrent.php?h=5aaceaec63b03e51a98f04fd5c42320b2a033010
|
|
||||||
```
|
|
||||||
|
|
||||||
Once you've downloaded the model weights and placed them into the same directory as the `chat` or `chat.exe` executable, run:
|
Once you've downloaded the model weights and placed them into the same directory as the `chat` or `chat.exe` executable, run:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue