Skip to content

Commit cf1886c

Browse files
DaltheCowAlonKellner-RedHat
authored andcommitted
update prod ui version
Signed-off-by: dalthecow <dalcowboiz@gmail.com> Signed-off-by: Alon Kellner <akellner@redhat.com>
1 parent 0e4f8b1 commit cf1886c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Environment(str, Enum):
3232

3333

3434
ENV_REPORT_MAPPING = {
35-
Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.0/index.html",
35+
Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.1/index.html",
3636
Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.0/index.html",
3737
Environment.DEV: "https://blog.vllm.ai/guidellm/ui/dev/index.html",
3838
Environment.LOCAL: "http://localhost:3000/index.html",

0 commit comments

Comments
 (0)