trio-max / README.md
mrtechgarg's picture
Upload README.md with huggingface_hub
22b4f7b verified
|
Raw
History Blame Contribute Delete
619 Bytes
---
license: apache-2.0
tags:
- trio.ai
- gguf
- local-inference
---
# trio-max
trio-max -- best quality model for consumer GPU by trio.ai (12B parameters)
## Install
```bash
pip install triobot
trio train --setup --model trio-max
trio serve
```
## Model Family
| Model | Params | Use Case |
|---|---|---|
| trio-nano | 3B | Edge, mobile, instant |
| trio-small | 4B | Daily tasks |
| trio-medium | 8B | Coding, writing |
| trio-high | 9B | Advanced reasoning |
| trio-max | 12B | Best consumer GPU |
| trio-pro | 30B MoE | Pro workloads |
Built by [trio.ai](https://github.com/iampopye/trio) | Apache 2.0