Skip to content

Commit

Permalink
Use resized image
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarques committed Dec 5, 2024
1 parent e845510 commit d1ad0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guidellm/utils/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def load_images(data: str, image_resolution: Optional[List[int]]) -> List[ImageD
images.append(
ImageDescriptor(
url=img_url,
image=Image.open(BytesIO(img_response.content)),
image=image,
)
)

Expand Down

0 comments on commit d1ad0f8

Please sign in to comment.