Skip to content

[WIP] Ray Data batch inference tutorial#3761

Open
crypdick wants to merge 18 commits intopytorch:mainfrom
crypdick:ray-data-batch-embeddings
Open

[WIP] Ray Data batch inference tutorial#3761
crypdick wants to merge 18 commits intopytorch:mainfrom
crypdick:ray-data-batch-embeddings

Conversation

@crypdick
Copy link
Contributor

@crypdick crypdick commented Feb 5, 2026

Adds a new Ray Data tutorial. I will move this out of draft after review from the Ray Data team.

cc @pcmoritz @robertnishihara @matthewdeng @richardliaw @akshay-anyscale

@pytorch-bot
Copy link

pytorch-bot bot commented Feb 5, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3761

Note: Links to docs will display an error until the docs builds have been completed.

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the cla signed label Feb 5, 2026
@svekars svekars added the ray PRs related to tutorials that use the ray project: https://github.com/ray-project/ray label Feb 5, 2026
@sekyondaMeta sekyondaMeta self-assigned this Feb 5, 2026
@crypdick crypdick marked this pull request as draft February 5, 2026 20:54
@svekars svekars marked this pull request as ready for review February 6, 2026 17:12
@sekyondaMeta sekyondaMeta added the skip-link-check Will allow you to skip linkcheck on a PR. Should only should be used when a link can't be fixed. label Feb 6, 2026
@crypdick crypdick force-pushed the ray-data-batch-embeddings branch from aca2b1f to a4ca298 Compare February 10, 2026 07:45
@svekars
Copy link
Contributor

svekars commented Feb 10, 2026

@crypdick
Copy link
Contributor Author

@svekars Thanks for the preview.

It's so weird that the preview shows a KeyboardInterrupt:
image

I also noticed that the img = Image.fromarray(img_array); img.show() is not displaying the images. Do you know if that's possible?

@svekars
Copy link
Contributor

svekars commented Feb 11, 2026

img = Image.fromarray(img_array); img.show()

Use matplotlib.plt.imshow(img_array); plt.show() should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed ray PRs related to tutorials that use the ray project: https://github.com/ray-project/ray skip-link-check Will allow you to skip linkcheck on a PR. Should only should be used when a link can't be fixed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants