Skip to content

Commit 7c6e0ff

Browse files
DaltheCowsjmonson
andauthored
update ui readme (#247)
I just wanted to touch this up a little so we can close out this issue: #209 Signed-off-by: dalthecow <[email protected]> Co-authored-by: Samuel Monson <[email protected]>
1 parent 304a54a commit 7c6e0ff

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
@@ -178,11 +178,19 @@ GuideLLM UI is a companion frontend for visualizing the results of a GuideLLM be
178178

179179
### 🛠 Generating an HTML report with a benchmark run
180180

181+
For either pathway below you'll need to set the output path to benchmarks.html for your run:
182+
183+
```bash
184+
--output-path=benchmarks.html
185+
```
186+
187+
Alternatively load a saved run using the from-file command and also set the output to benchmarks.html
188+
181189
1. Use the Hosted Build (Recommended for Most Users)
182190

183191
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.
184192

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

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

@@ -206,14 +214,6 @@ export GUIDELLM__ENV=local
206214

207215
Then you can execute your run.
208216

209-
Set the output to benchmarks.html for your run:
210-
211-
```bash
212-
--output-path=benchmarks.html
213-
```
214-
215-
Alternatively load a saved run using the from-file command and also set the output to benchmarks.html
216-
217217
## Resources
218218

219219
### Documentation

0 commit comments

Comments
 (0)