Skip to content

Commit 3f239e1

Browse files
committed
synchronous is not a valid load gen mode even if it exists on the enum, so let's remove it
1 parent 45f6a1b commit 3f239e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guidellm/executor/profile_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class Profile:
2929

3030
RateTypeLoadGenModeMap = {
3131
"constant": LoadGenerationModes.CONSTANT,
32-
"synchronous": LoadGenerationModes.SYNCHRONOUS,
3332
"poisson": LoadGenerationModes.POISSON,
3433
}
3534

0 commit comments

Comments
 (0)