spec: clarify All models datasource handling
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user