Align docs and Makefile with public release surface

This commit is contained in:
Thales Maciel 2026-03-08 17:36:11 -03:00
parent f3e7d4aa3e
commit 89f3d6f012
7 changed files with 14 additions and 8 deletions

View file

@ -35,7 +35,7 @@ The public user-facing interface is `pyro` and `Pyro`.
## Official Environments
Current curated environments in this repository:
Current official environments in the shipped catalog:
- `debian:12`
- `debian:12-base`
@ -89,7 +89,7 @@ Run the Ollama demo:
```bash
ollama serve
ollama pull llama:3.2-3b
ollama pull llama3.2:3b
pyro demo ollama
```