ArtusDev commited on
Commit
0133ba7
·
verified ·
1 Parent(s): a0de11a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Darkhn/L3.3-70B-Animus-V1
3
+ base_model_relation: quantized
4
+ quantized_by: ArtusDev
5
+ ---
6
+
7
+ ## EXL3 Quants of Darkhn/L3.3-70B-Animus-V1
8
+
9
+ EXL3 quants of [Darkhn/L3.3-70B-Animus-V1](https://huggingface.co/Darkhn/L3.3-70B-Animus-V1) using <a href="https://github.com/turboderp-org/exllamav3/">exllamav3</a> for quantization.
10
+
11
+ ### Quants
12
+ | Quant(Revision) | Bits per Weight | Head Bits |
13
+ | -------- | ---------- | --------- |
14
+ | [3.5_H6](https://huggingface.co/ArtusDev/Darkhn_L3.3-70B-Animus-V1-EXL3/tree/3.5bpw_H6) | 3.5 | 6 |
15
+ | [6.0_H6](https://huggingface.co/ArtusDev/Darkhn_L3.3-70B-Animus-V1-EXL3/tree/6.0bpw_H6) | 6.0 | 6 |
16
+
17
+ ### Downloading quants with huggingface-cli
18
+
19
+ <details>
20
+ <summary>Click to view download instructions</summary>
21
+
22
+ Install hugginface-cli:
23
+
24
+ ```bash
25
+ pip install -U "huggingface_hub[cli]"
26
+ ```
27
+
28
+ Download quant by targeting the specific quant revision (branch):
29
+
30
+ ```
31
+ huggingface-cli download ArtusDev/Darkhn_L3.3-70B-Animus-V1-EXL3 --revision "5bpw_H6" --local-dir ./
32
+ ```
33
+ </details>