Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
---
base_model:
- meta-llama/Meta-Llama-3-8B
---

# meta-llama/Meta-Llama-3-8B (Quantized)

## Description
This model is a quantized version of the original model `meta-llama/Meta-Llama-3-8B`. 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("meta-llama/Meta-Llama-3-8B")
Downloads last month
0
Inference API
Unable to determine this model's library. Check the docs .