trio-high / README.md
mrtechgarg's picture
Upload README.md with huggingface_hub
3f90aa4 verified
|
Raw
History Blame Contribute Delete
628 Bytes
---
license: apache-2.0
tags:
- trio.ai
- gguf
- local-inference
---
# trio-high
trio-high -- high quality model with multimodal support by trio.ai (9B parameters)
## Install
```bash
pip install triobot
trio train --setup --model trio-high
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