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.
2 parents 03ef61f + 2dea89f commit 38f1738Copy full SHA for 38f1738
src/guidellm/settings.py
@@ -32,8 +32,8 @@ class Environment(str, Enum):
32
33
34
ENV_REPORT_MAPPING = {
35
- Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.0/index.html",
36
- Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.0/index.html",
+ Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.1/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