nisten commited on
Commit
b94ba72
•
1 Parent(s): 7059481

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,11 +3,11 @@ license: llama3
3
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
4
  ---
5
 
6
- # 32K GGUF config of LLAMA3 8B 🚀
7
- ### *THIS IS NOT A FINETUNE IT JUST WORKS GREAT*
8
 
9
 
10
- ## imatrix custom edge-quants included
11
 
12
  > [!TIP]
13
  > You have to set context with ***-c 32000*** in llama.cpp to take advantage of this when you run it.
 
3
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
4
  ---
5
 
6
+ # 32K GGUF of LLAMA3-8B-INSTRUCT 🚀
7
+ ### *THIS IS NOT A FINETUNE IT JUST WORKS GREAT VIA YARN SCALING*
8
 
9
 
10
+ ## imatrix custom edge-quants included and work great for 4, 3 and 2 bit versions
11
 
12
  > [!TIP]
13
  > You have to set context with ***-c 32000*** in llama.cpp to take advantage of this when you run it.