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 b9d63af commit 2dea89fCopy full SHA for 2dea89f
src/guidellm/settings.py
@@ -33,7 +33,7 @@ class Environment(str, Enum):
33
34
ENV_REPORT_MAPPING = {
35
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",
+ Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.1/index.html",
37
Environment.DEV: "https://blog.vllm.ai/guidellm/ui/dev/index.html",
38
Environment.LOCAL: "http://localhost:3000/index.html",
39
}
0 commit comments