InferenceIllusionist commited on
Commit
986ff05
1 Parent(s): 3b3a312

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Sao10K/L3-70B-Euryale-v2.1
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ quantized_by: InferenceIllusionist
7
+ tags:
8
+ - iMat
9
+ - gguf
10
+ - llama3
11
+ license: cc-by-nc-4.0
12
+ ---
13
+ <img src="https://i.imgur.com/P68dXux.png" width="400"/>
14
+
15
+ # L3-70B-Euryale-v2.1-iMat-GGUF
16
+
17
+ Quantized from fp16.
18
+ * Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 88 chunks and n_ctx=512
19
+
20
+ For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
21
+
22
+ <i>All quants are verified working prior to uploading to repo for your safety and convenience. </i>
23
+
24
+
25
+ <b>Tip:</b> Pick a file size under your GPU's VRAM while still allowing some room for context for best speed. You may need to pad this further depending on if you are running image gen or TTS as well.
26
+
27
+ Original model card can be found [here](https://huggingface.co/Sao10K/L3-70B-Euryale-v2.1)