chore: remove old imagegen LLMs models (#14597)

These models are implemented in the x/mlxrunner instead.
This commit is contained in:
Patrick Devine
2026-03-03 13:23:40 -08:00
committed by GitHub
parent 799e51d419
commit 110eff01a9
20 changed files with 49 additions and 3919 deletions

View File

@@ -10,17 +10,7 @@ go build -tags mlx -o engine ./x/imagegen/cmd/engine
## Text Generation
```bash
./engine -model /path/to/model -prompt "Hello" -max-tokens 100
```
Options:
- `-temperature` - sampling temperature (default 0.7)
- `-top-p` - nucleus sampling (default 0.9)
- `-top-k` - top-k sampling (default 40)
Supports: Llama, Gemma3, GPT-OSS
Text generation models are no longer supported by this engine.
## Image Generation