File size: 1,085 Bytes
55399f8
 
 
 
455cedf
 
 
 
 
 
55399f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b8337c
55399f8
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
base_model: TareksTesting/Scripturient-V2.3-LLaMa-70B
base_model_relation: quantized
quantized_by: ArtusDev
library_name: transformers
license: llama3.3
tags:
- mergekit
- merge
- exl3
---

## EXL2 Quants of TareksTesting/Scripturient-V2.3-LLaMa-70B

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.

### Quants
| Quant(Revision) | Bits per Weight | Head Bits |
| -------- | ---------- | --------- |
| [4.0_H6](https://huggingface.co/ArtusDev/TareksTesting_Scripturient-V2.3-LLaMa-70B-EXL2/tree/4.0bpw_H6) | 4.0 | 6 |

### Downloading quants with huggingface-cli

<details>
  <summary>Click to view download instructions</summary>

Install hugginface-cli:

```bash
pip install -U "huggingface_hub[cli]"
```

Download quant by targeting the specific quant revision (branch):

```
huggingface-cli download ArtusDev/TareksTesting_Scripturient-V2.3-LLaMa-70B-EXL2 --revision "5.0bpw_H6" --local-dir ./
```
</details>