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 @@ -159,11 +159,19 @@ GuideLLM UI is a companion frontend for visualizing the results of a GuideLLM be
159
159
160
160
### 🛠 Generating an HTML report with a benchmark run
161
161
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
+
162
170
1 . Use the Hosted Build (Recommended for Most Users)
163
171
164
172
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.
165
173
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.
167
175
168
176
2 . Build and Serve the UI Locally (For Development) This option is useful if:
169
177
@@ -187,14 +195,6 @@ export GUIDELLM__ENV=local
187
195
188
196
Then you can execute your run.
189
197
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
-
198
198
## Resources
199
199
200
200
### Documentation
You can’t perform that action at this time.
0 commit comments