Skip to content
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

[serve] remove GPT-J example #42243

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/ray_ci/ml.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ flaky_tests:
- //python/ray/train:horovod_cifar_pbt_example
# doc tests
# gpu tests
- //doc/source/ray-air/examples:gptj_serving
2 changes: 0 additions & 2 deletions doc/source/data/examples/gptj_batch_prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"\n",
"It is highly recommended to read [Ray Train Key Concepts](train-key-concepts) and [Ray Data Key Concepts](data_key_concepts) before starting this example.\n",
"\n",
"If you are interested in serving (online inference), see {doc}`/ray-air/examples/gptj_serving`.\n",
"\n",
"```{note}\n",
"In order to run this example, make sure your Ray cluster has access to at least one GPU with 16 or more GBs of memory. The amount of memory needed will depend on the model.\n",
"```"
Expand Down
25 changes: 0 additions & 25 deletions doc/source/ray-air/examples/BUILD

This file was deleted.

241 changes: 0 additions & 241 deletions doc/source/ray-air/examples/gptj_serving.ipynb

This file was deleted.

7 changes: 0 additions & 7 deletions doc/source/ray-overview/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ Ray Examples

How to use Ray Data to do batch prediction with the Hugging Face Transformers GPT-J model

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item serving large-language-models generative-ai
:link: /ray-air/examples/gptj_serving
:link-type: doc

How to use Ray Serve to do online serving with the Hugging Face Transformers GPT-J model

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item computer-vision training generative-ai
:link: /train/examples/pytorch/dreambooth_finetuning
Expand Down
1 change: 1 addition & 0 deletions doc/source/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ <h2 style="font-weight: 600">Scaling with Ray</h2>
<a href="./serve/api/index.html" target="_blank">API references</a>
</div>
<div class="col-6" style="display: flex; justify-content: flex-end">
<!-- TODO: Update this to diffrent example. -->
<a
href="https://github.com/ray-project/ray/blob/master/doc/source/ray-air/examples/gptj_serving.ipynb"
matthewdeng marked this conversation as resolved.
Show resolved Hide resolved
target="_blank"
Expand Down
Loading