Skip to content

Instantly share code, notes, and snippets.

@limcheekin
Created October 16, 2025 11:37
Show Gist options
  • Select an option

  • Save limcheekin/595e3c0bb6bc91dff0af25c1d2496027 to your computer and use it in GitHub Desktop.

Select an option

Save limcheekin/595e3c0bb6bc91dff0af25c1d2496027 to your computer and use it in GitHub Desktop.
GuideLLM docker command
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