File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,7 @@ The weights are based on the published fine-tunes from `alpaca-lora`, converted
24
24
25
25
## Getting Started (13B)
26
26
27
- 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
28
-
29
- ```
30
-
31
- # Any of these commands will work.
32
- curl -o ggml-alpaca-13b-q4.bin -C - https://gateway.estuary.tech/gw/ipfs/Qme6wyw9MzqbrUMpFNVq42rC1kSdko7MGT9CL7o1u9Cv9G
33
- curl -o ggml-alpaca-13b-q4.bin -C - https://ipfs.io/ipfs/Qme6wyw9MzqbrUMpFNVq42rC1kSdko7MGT9CL7o1u9Cv9G
34
- curl -o ggml-alpaca-13b-q4.bin -C - https://cloudflare-ipfs.com/ipfs/Qme6wyw9MzqbrUMpFNVq42rC1kSdko7MGT9CL7o1u9Cv9G
35
-
36
- # BitTorrent
37
- 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
38
- https://btcache.me/torrent/053B3D54D2E77FF020EBDDF51DAD681F2A651071
39
- https://torrage.info/torrent.php?h=053b3d54d2e77ff020ebddf51dad681f2a651071
40
- ```
27
+ If you have more than 10GB of RAM, you can use the higher quality 13B ` ggml-alpaca-13b-q4.bin ` model.
41
28
42
29
Once you've downloaded the weights, you can run the following command to enter chat
43
30
You can’t perform that action at this time.
0 commit comments