-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[WIP] Ray Data batch inference tutorial #3761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 19 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ed5bce6
initial draft
0990b56
2nd pass
0b60c82
add stats example
d95ffc9
increase bs, increase dset size, consolidate section
371e64d
lint
83e49af
lint
6c48115
another pass
2cd1d0e
checkpoint
467af14
edit pass
e144d79
Merge branch 'main' into ray-data-batch-embeddings
crypdick a4ca298
add tutorial to docs index; use GPU in CI; add ray data logo
2fe457b
add tiktoken to deps
dd116b9
rm 4xlarge machine requirement for batch inference tutorial
8cea2fe
add batch inference tutorial to ecosystem.rst
7146475
Reduce Ray Data verbosity
2866abe
minor edits; try to fix text codefence
5200079
test plt.imshow() for displaying imgs
a4a3664
test if log_to_driver=False fixes KeyboardInterrupt
4f9685b
Merge branch 'main' into ray-data-batch-embeddings
svekars b1523af
Merge branch 'main' into ray-data-batch-embeddings
sekyondaMeta 09d7753
Merge branch 'main' into ray-data-batch-embeddings
sekyondaMeta 5ab1e0d
Merge branch 'main' into ray-data-batch-embeddings
svekars c897218
revert tiktoken addition
5ff48b7
fix clobbered code fence
0f2ca72
fix plot display
d88889a
Merge branch 'main' into ray-data-batch-embeddings
svekars 7df5b7d
Merge branch 'main' into ray-data-batch-embeddings
crypdick 27a32dd
remove FIXMEs
c4ae111
Update beginner_source/batch_inference_tutorial.py
crypdick 0fac6c4
Merge branch 'main' into ray-data-batch-embeddings
sekyondaMeta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,7 @@ pandas | |
| scikit-image | ||
| pillow==10.3.0 | ||
| wget | ||
| tiktoken | ||
|
|
||
| # for codespaces env | ||
| pylint | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.