Skip to content

Commit bedf28e

Browse files
committed
Fix formatting
1 parent 9bd0307 commit bedf28e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ Notes:
9292

9393
- The `--target` flag specifies the server hosting the model. In this case, it is a local vLLM server.
9494
- The `--model` flag specifies the model to evaluate. The model name should match the name of the model deployed on the server
95-
- The `--rate-type` flag specifies what load generation pattern GuideLLM will use when sending requests to the server.
96-
If `sweep` is specified GuideLLM will run multiple performance evaluations across different request rates.
97-
- By default GuideLLM will run over a fixed workload of 1000 requests configurable by `--max-requests`.
98-
If `--max-seconds` is set GuideLLM will instead run over a fixed time.
95+
- The `--rate-type` flag specifies what load generation pattern GuideLLM will use when sending requests to the server. If `sweep` is specified GuideLLM will run multiple performance evaluations across different request rates.
96+
- By default GuideLLM will run over a fixed workload of 1000 requests configurable by `--max-requests`. If `--max-seconds` is set GuideLLM will instead run over a fixed time.
9997

10098
#### 3. Analyze the Results
10199

0 commit comments

Comments
 (0)