Created
October 16, 2025 11:37
-
-
Save limcheekin/595e3c0bb6bc91dff0af25c1d2496027 to your computer and use it in GitHub Desktop.
GuideLLM docker command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo docker run \ | |
| --rm -it \ | |
| -v "$(pwd)/results:/results:rw" \ | |
| -e GUIDELLM_TARGET=http://localhost:8880 \ | |
| -e GUIDELLM_MODEL="ibm-granite_granite-4.0-h-tiny" \ | |
| -e GUIDELLM_RATE_TYPE=sweep \ | |
| -e GUIDELLM_MAX_SECONDS=300 \ | |
| -e GUIDELLM_DATA="prompt_tokens=256,output_tokens=128" \ | |
| ghcr.io/vllm-project/guidellm:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment