File size: 787 Bytes
46a2b0e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
base_model:
- tachyphylaxis/MegaMaid_123b-torchao-int8_dynamic_activation_int8_weight
---

# tachyphylaxis/MegaMaid_123b-torchao-int8_dynamic_activation_int8_weight (Quantized)

## Description
This model is a quantized version of the original model `tachyphylaxis/MegaMaid_123b-torchao-int8_dynamic_activation_int8_weight`. It has been quantized using int8_dynamic_activation_int8_weight quantization with torchao.

## Quantization Details
- **Quantization Type**: int8_dynamic_activation_int8_weight
- **Group Size**: None

## Usage
You can use this model in your applications by loading it directly from the Hugging Face Hub:

```python
from transformers import AutoModel

model = AutoModel.from_pretrained("tachyphylaxis/MegaMaid_123b-torchao-int8_dynamic_activation_int8_weight")