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
178
178
179
179
### 🛠 Generating an HTML report with a benchmark run
180
180
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
+
181
189
1 . Use the Hosted Build (Recommended for Most Users)
182
190
183
191
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.
184
192
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.
186
194
187
195
2 . Build and Serve the UI Locally (For Development) This option is useful if:
188
196
@@ -206,14 +214,6 @@ export GUIDELLM__ENV=local
206
214
207
215
Then you can execute your run.
208
216
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
-
217
217
## Resources
218
218
219
219
### Documentation
You can’t perform that action at this time.
0 commit comments