Skip to content

Commit ac8bff8

Browse files
committed
update ui readme
Signed-off-by: dalthecow <[email protected]>
1 parent 72374ef commit ac8bff8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,19 @@ GuideLLM UI is a companion frontend for visualizing the results of a GuideLLM be
159159

160160
### 🛠 Generating an HTML report with a benchmark run
161161

162+
For either pathway below you'll need to set the output path to benchmarks.html for your run:
163+
164+
```bash
165+
--output-path=benchmarks.html
166+
```
167+
168+
Alternatively load a saved run using the from-file command and also set the output to benchmarks.html
169+
162170
1. Use the Hosted Build (Recommended for Most Users)
163171

164172
This is preconfigured. The latest stable version of the hosted UI (https://blog.vllm.ai/guidellm/ui/latest) will be used to build the local html file.
165173

166-
Open benchmarks.html in your browser and you're done—no setup required.
174+
Execute your run, then open benchmarks.html in your browser and you're done—no further setup required.
167175

168176
2. Build and Serve the UI Locally (For Development) This option is useful if:
169177

@@ -187,14 +195,6 @@ export GUIDELLM__ENV=local
187195

188196
Then you can execute your run.
189197

190-
Set the output to benchmarks.html for your run:
191-
192-
```bash
193-
--output-path=benchmarks.html
194-
```
195-
196-
Alternatively load a saved run using the from-file command and also set the output to benchmarks.html
197-
198198
## Resources
199199

200200
### Documentation

0 commit comments

Comments
 (0)