Skip to content

Commit fc31a9e

Browse files
committed
PATCH Change UI template version to match branch
Signed-off-by: Samuel Monson <[email protected]>
1 parent 9747d65 commit fc31a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guidellm/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class Environment(str, Enum):
3131

3232

3333
ENV_REPORT_MAPPING = {
34-
Environment.PROD: "https://raw.githubusercontent.com/vllm-project/guidellm/refs/heads/gh-pages/ui/v0.6.0/index.html",
35-
Environment.STAGING: "https://raw.githubusercontent.com/vllm-project/guidellm/refs/heads/gh-pages/ui/release/v0.6.0/index.html",
34+
Environment.PROD: "https://raw.githubusercontent.com/vllm-project/guidellm/refs/heads/gh-pages/ui/v0.5.3/index.html",
35+
Environment.STAGING: "https://raw.githubusercontent.com/vllm-project/guidellm/refs/heads/gh-pages/ui/release/v0.4.0/index.html",
3636
Environment.DEV: "https://raw.githubusercontent.com/vllm-project/guidellm/refs/heads/gh-pages/ui/dev/index.html",
3737
Environment.LOCAL: "http://localhost:3000/index.html",
3838
}

0 commit comments

Comments
 (0)