Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
7d4572f9
Unverified
Commit
7d4572f9
authored
Apr 23, 2026
by
Tzu-Ling Kan
Committed by
GitHub
Apr 24, 2026
Browse files
fix(tests): remove invalid --warmup-request-count 0 from aiperf (#8653)
Signed-off-by:
Tzu-Ling
<
tzulingk@nvidia.com
>
parent
f222e555
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
tests/fault_tolerance/deploy/client.py
tests/fault_tolerance/deploy/client.py
+0
-3
No files found.
tests/fault_tolerance/deploy/client.py
View file @
7d4572f9
...
@@ -261,9 +261,6 @@ def run_aiperf(
...
@@ -261,9 +261,6 @@ def run_aiperf(
str
(
output_token_length
),
str
(
output_token_length
),
"--output-tokens-stddev"
,
"--output-tokens-stddev"
,
"0"
,
# Set to 0 for consistent token counts
"0"
,
# Set to 0 for consistent token counts
# Skip warmup to avoid initial failures
"--warmup-request-count"
,
"0"
,
# Output configuration
# Output configuration
"--artifact-dir"
,
"--artifact-dir"
,
str
(
output_dir
),
str
(
output_dir
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment