Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,15 @@ GGUF Files of nisten/llamagnific-3-87b - a 99layer llama-3-70b frankenstein
|
|
12 |
|
13 |
for fun use i recommend this file:
|
14 |
|
15 |
-
```
|
16 |
wget https://huggingface.co/nisten/llamagnific-3-87b-gguf/resolve/main/llamagnific_OPTIMAL_IQ_4_XS.gguf
|
17 |
```
|
|
|
18 |
|
|
|
|
|
|
|
|
|
19 |
make a prompt file named prompt.txt and put this in it
|
20 |
|
21 |
```bash
|
|
|
12 |
|
13 |
for fun use i recommend this file:
|
14 |
|
15 |
+
```bash
|
16 |
wget https://huggingface.co/nisten/llamagnific-3-87b-gguf/resolve/main/llamagnific_OPTIMAL_IQ_4_XS.gguf
|
17 |
```
|
18 |
+
if you're on linux you can download much fater with aria2
|
19 |
|
20 |
+
```bash
|
21 |
+
sudo apt get install aria2
|
22 |
+
aria2c -x 8 -o llamagnific_OPTIMAL_IQ_4_XS.gguf https://huggingface.co/nisten/llamagnific-3-87b-gguf/resolve/main/llamagnific_OPTIMAL_IQ_4_XS.gguf
|
23 |
+
```
|
24 |
make a prompt file named prompt.txt and put this in it
|
25 |
|
26 |
```bash
|