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
We need a dockerfile to enable running GuideLLM benchmarks in a containerized environment and as a Kubernetes job. This would be helpful for users who want to run benchmarks in a more controlled and scalable environment.
The first change should include:
Dockerfile
Based on Python 3.11 slim image
Installs GuideLLM and its dependencies
Entrypoint to run benchmarks with environment variables
The text was updated successfully, but these errors were encountered:
We need a dockerfile to enable running GuideLLM benchmarks in a containerized environment and as a Kubernetes job. This would be helpful for users who want to run benchmarks in a more controlled and scalable environment.
The first change should include:
Dockerfile
The text was updated successfully, but these errors were encountered: