You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting num_images to less than the number of GPUs on the server returns more than num_images images (same number of images as the number of GPUs on the server)
#59
Open
omduggineni opened this issue
Jun 30, 2022
· 0 comments
· May be fixed by #60
This appears to be an issue in https://github.com/jina-ai/dalle-flow/blob/main/executors/dalle/dm_helper.py - images are always generated in batches equal to the number of GPUs on the server. Perhaps try utilizing multiple GPUs across multiple requests rather than across individual images in the same request?
The text was updated successfully, but these errors were encountered:
omduggineni
changed the title
Setting num_images to less than the number of GPUs on the server returns more than num_images images
Setting num_images to less than the number of GPUs on the server returns more than num_images images (same number of images as the number of GPUs on the server)
Jun 30, 2022
This appears to be an issue in https://github.com/jina-ai/dalle-flow/blob/main/executors/dalle/dm_helper.py - images are always generated in batches equal to the number of GPUs on the server. Perhaps try utilizing multiple GPUs across multiple requests rather than across individual images in the same request?
The text was updated successfully, but these errors were encountered: