File size: 1,085 Bytes
720a7ac
 
 
 
cc32cea
 
 
 
 
 
720a7ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19f86ab
720a7ac
 
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.0-LLaMa-70B
base_model_relation: quantized
quantized_by: ArtusDev
library_name: transformers
license: llama3.3
tags:
- mergekit
- merge
- exl3
---

## EXL3 Quants of TareksTesting/Scripturient-V2.0-LLaMa-70B

EXL3 quants of [TareksTesting/Scripturient-V2.0-LLaMa-70B](https://huggingface.co/TareksTesting/Scripturient-V2.0-LLaMa-70B) using <a href="https://github.com/turboderp-org/exllamav3/">exllamav3</a> for quantization.

### Quants
| Quant(Revision) | Bits per Weight | Head Bits |
| -------- | ---------- | --------- |
| [3.5_H6](https://huggingface.co/ArtusDev/TareksTesting_Scripturient-V2.0-LLaMa-70B-EXL3/tree/3.5bpw_H6) | 3.5 | 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.0-LLaMa-70B-EXL3 --revision "5.0bpw_H6" --local-dir ./
```
</details>