nisten commited on
Commit
2747d7c
1 Parent(s): 4319e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -9,13 +9,18 @@ tags:
9
  license: llama3
10
  ---
11
  GGUF Files of nisten/llamagnific-3-87b - a 99layer llama-3-70b frankenstein
 
 
 
 
 
 
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
 
9
  license: llama3
10
  ---
11
  GGUF Files of nisten/llamagnific-3-87b - a 99layer llama-3-70b frankenstein
12
+ > [!TIP]
13
+ >for 1bit quant download:
14
+ >
15
+ ```bash
16
+ wget https://huggingface.co/nisten/llamagnific-3-87b-gguf/resolve/main/llamagnific_1bit_optimized_IQ1_L.gguf
17
+ ```
18
 
19
  for fun use i recommend this file:
 
20
  ```verilog
21
  wget https://huggingface.co/nisten/llamagnific-3-87b-gguf/resolve/main/llamagnific_OPTIMAL_IQ_4_XS.gguf
22
  ```
23
+ if you're on linux you can download much faster with aria2
24
 
25
  ```verilog
26
  sudo apt install aria2