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