spec: clarify All models datasource handling

This commit is contained in:
2026-08-14 12:45:28 -06:00
parent e37d1360be
commit 93570dc9ba
@@ -101,8 +101,10 @@ Two extensions to the existing llama-watch actions:
- `ui/inflight.html`: add "Display" select (`count`/`usage`) and "Primary
stat" select. Both always visible; `primaryStat` has no effect in count
mode. Model datasource includes the `all` option (handled in the PI
datasource provider if one exists, else the select defaults).
mode.
- `src/lib/datasources.ts`: the `models` datasource prepends
`{ label: "All models", value: "all" }` to its items (so the model select
offers both the aggregate and individual models).
- `ui/gpu.html`: add "GPU combination (comma-separated ids)" textfield,
optional, placeholder `e.g. 0,2`.