Skip to content

Commit

Permalink
synchronous is not a valid load gen mode even if it exists on the enu…
Browse files Browse the repository at this point in the history
…m, so let's remove it
  • Loading branch information
DaltheCow committed Jul 2, 2024
1 parent 45f6a1b commit 3f239e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/guidellm/executor/profile_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Profile:

RateTypeLoadGenModeMap = {
"constant": LoadGenerationModes.CONSTANT,
"synchronous": LoadGenerationModes.SYNCHRONOUS,
"poisson": LoadGenerationModes.POISSON,
}

Expand Down

0 comments on commit 3f239e1

Please sign in to comment.