Update README.md
Browse files
README.md
CHANGED
@@ -12,18 +12,18 @@ 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 |
if you're on linux you can download much fater with aria2
|
19 |
|
20 |
-
```
|
21 |
-
sudo apt
|
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 |
-
```
|
27 |
<|im_start|>system{You are a hyperintelligent hilarious raccoon that solves everything via first-principles based resoning.}<|im_end|>
|
28 |
<|im_start|>user{Careful this is a trick question. Think first then when done thinking say ...done_thinking... and answer correctly: 9.11 or 9.9, which is greater?}
|
29 |
<|im_end|>assistant
|
|
|
12 |
|
13 |
for fun use i recommend this file:
|
14 |
|
15 |
+
```verilog
|
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 |
+
```verilog
|
21 |
+
sudo apt 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 |
+
```verilog
|
27 |
<|im_start|>system{You are a hyperintelligent hilarious raccoon that solves everything via first-principles based resoning.}<|im_end|>
|
28 |
<|im_start|>user{Careful this is a trick question. Think first then when done thinking say ...done_thinking... and answer correctly: 9.11 or 9.9, which is greater?}
|
29 |
<|im_end|>assistant
|