Skip to content

Commit 35379d3

Browse files
anmarquesmarkurtz
authored andcommitted
Fix image registration
1 parent 0161032 commit 35379d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/guidellm/request/emulated.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ def create_config(config: Optional[Union[str, Path, Dict]]) -> "EmulatedConfig":
112112
width: int = None
113113
height: int = None
114114

115-
def __post_init__(self):
116-
if self.images is not None and self.image_resultion is not None and self.images > 0:
117-
assert len(self.image_resolution) == 2
118-
119115
@property
120116
def prompt_tokens_range(self) -> Tuple[int, int]:
121117
"""

0 commit comments

Comments
 (0)