---
license: apache-2.0
base_model: meta-llama/Meta-Llama-3-70B-Instruct
library_name: transformers
language:
- en
tags:
- quantllm
---
[](https://github.com/codewithdark-git/QuantLLM)
**Convert any model to GGUF, ONNX, or MLX in one line!**
```python
from quantllm import turbo
# Load any HuggingFace model
model = turbo("meta-llama/Meta-Llama-3-70B-Instruct")
# Export to any format
model.export("guff", quantization="Q4_K_M")
# Push to HuggingFace
model.push("your-repo", format="guff")
```
**[๐ Documentation](https://github.com/codewithdark-git/QuantLLM#readme)** ยท
**[๐ Report Issue](https://github.com/codewithdark-git/QuantLLM/issues)** ยท
**[๐ก Request Feature](https://github.com/codewithdark-git/QuantLLM/issues)**