You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Drop the container entrypoint script as GuideLLM has had native
support for its features since #99
* Make containerfile more rebuild friendly based on #213
* Drop the ENV default scenario as it is confusing to users setting CLI
args
Closes: #213
---------
Signed-off-by: Samuel Monson <[email protected]>
For detailed installation instructions and requirements, see the [Installation Guide](https://github.com/vllm-project/guidellm/blob/main/docs/install.md).
54
54
55
+
### With Podman / Docker
56
+
57
+
Alternatively we publish container images at [ghcr.io/vllm-project/guidellm](https://github.com/vllm-project/guidellm/pkgs/container/guidellm). Running a container is (by default) equivalent to `guidellm benchmark run`:
> [!TIP] CLI options can also be specified as ENV variables (E.g. `--rate-type sweep` -> `GUIDELLM_RATE_TYPE=sweep`). If both are specified then the CLI option overrides the the ENV.
71
+
72
+
Replace `latest` with `stable` for the newest tagged release or set a specific release if desired.
0 commit comments