| license: apache-2.0 | |
| tags: | |
| - trio.ai | |
| - gguf | |
| - local-inference | |
| # trio-medium | |
| trio-medium -- balanced model for quality and speed by trio.ai (8B parameters) | |
| ## Install | |
| ```bash | |
| pip install triobot | |
| trio train --setup --model trio-medium | |
| 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 | |