File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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+
1811891 . Use the Hosted Build (Recommended for Most Users)
182190
183191This 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
1871952 . Build and Serve the UI Locally (For Development) This option is useful if:
188196
@@ -206,14 +214,6 @@ export GUIDELLM__ENV=local
206214
207215Then 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
You can’t perform that action at this time.
0 commit comments