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 3a202a1 commit f15bd64Copy full SHA for f15bd64
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