Skip to content

Commit 285ca17

Browse files
authored
Update README.md
1 parent 9116ae9 commit 285ca17

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,7 @@ This combines the [LLaMA foundation model](https://github.com/facebookresearch/l
1212

1313
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`.
1414

15-
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:
16-
17-
```
18-
# Any of these commands will work.
19-
curl -o ggml-alpaca-7b-q4.bin -C - https://gateway.estuary.tech/gw/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
20-
curl -o ggml-alpaca-7b-q4.bin -C - https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
21-
curl -o ggml-alpaca-7b-q4.bin -C - https://cloudflare-ipfs.com/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
22-
23-
# BitTorrent
24-
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
25-
https://btcache.me/torrent/5AACEAEC63B03E51A98F04FD5C42320B2A033010
26-
https://torrage.info/torrent.php?h=5aaceaec63b03e51a98f04fd5c42320b2a033010
27-
```
15+
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:
2816

2917
Once you've downloaded the model weights and placed them into the same directory as the `chat` or `chat.exe` executable, run:
3018

0 commit comments

Comments
 (0)