Skip to content

Commit dd56c80

Browse files
committed
Prototype implementation for non-linear sweeps
1 parent c14896f commit dd56c80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/guidellm/benchmark/profile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@ def from_standard_args( # type: ignore[override]
366366
if "strategy_type" not in kwargs:
367367
kwargs["strategy_type"] = "constant"
368368

369-
if "max_rate_percent_adjustment" not in kwargs:
370-
kwargs["max_rate_percent_adjustment"] = 25.0
371-
372369
return SweepProfile(sweep_size=int(rate), random_seed=random_seed, **kwargs)
373370

374371

0 commit comments

Comments
 (0)