We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2605625 commit 3a202a1Copy full SHA for 3a202a1
src/guidellm/settings.py
@@ -32,7 +32,7 @@ class Environment(str, Enum):
32
33
34
ENV_REPORT_MAPPING = {
35
- Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.0/index.html",
+ Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.1/index.html",
36
Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.0/index.html",
37
Environment.DEV: "https://blog.vllm.ai/guidellm/ui/dev/index.html",
38
Environment.LOCAL: "http://localhost:3000/index.html",
0 commit comments