Skip to content

Commit 9534605

Browse files
pre-commit fixes
Signed-off-by: Brandon Pelfrey <bpelfrey@nvidia.com>
1 parent 201f026 commit 9534605

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/cli_options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ Enable streaming responses. When enabled, the server streams tokens incrementall
122122

123123
#### `-u`, `--url` `<list>`
124124

125-
Base URL(s) of the API server(s) to benchmark. Multiple URLs can be specified for load balancing across multiple instances (e.g., `--url http://server1:8000 --url http://server2:8000`). The endpoint path is automatically appended based on `--endpoint-type` (e.g., `/v1/chat/completions` for `chat`). When multiple URLs are provided, requests are distributed according to `--url-strategy`.
126-
<br>_Default: `localhost:8000`_
125+
Base URL(s) of the API server(s) to benchmark. Multiple URLs can be specified for load balancing across multiple instances (e.g., `--url http://server1:8000 --url http://server2:8000`). The endpoint path is automatically appended based on `--endpoint-type` (e.g., `/v1/chat/completions` for `chat`).
126+
<br>_Default: `['localhost:8000']`_
127127

128128
#### `--url-strategy` `<str>`
129129

130-
Strategy for selecting URLs when multiple `--url` values are provided.
130+
Strategy for selecting URLs when multiple `--url` values are provided. 'round_robin' (default): distribute requests evenly across URLs in sequential order.
131131

132132
**Choices:**
133133

tests/unit/common/config/test_endpoint_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
from enum import Enum
44

0 commit comments

Comments
 (0)