File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ class Environment(str, Enum):
3131
3232
3333ENV_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}
You can’t perform that action at this time.
0 commit comments