-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[AIR][Docs] Remove BatchPredictor
from examples
#37178
[AIR][Docs] Remove BatchPredictor
from examples
#37178
Conversation
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Thanks a lot for doing this ❤️ Do you think all the removed material is already covered in the Ray Data batch inference docs? How about keeping some of the examples (e.g. the starter examples), just convert them to Some of the stuff can probably be removed yes :) |
Also curious about @richardliaw 's opinion here |
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
…xamples2 Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide. Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
ray-project#36947 deprecated `BatchPredictor`. This PR removes or updates references to `BatchPredictor` in the AIR examples. The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide. Signed-off-by: Bhavpreet Singh <singh.bhavpreet00@gmail.com>
The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide. Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
doc/source/ray-air/examples/convert_existing_pytorch_code_to_ray_air.ipynb
Show resolved
Hide resolved
The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide.
ray-project#36947 deprecated `BatchPredictor`. This PR removes or updates references to `BatchPredictor` in the AIR examples. The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide.
The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide.
ray-project#36947 deprecated `BatchPredictor`. This PR removes or updates references to `BatchPredictor` in the AIR examples. The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide. Signed-off-by: NripeshN <nn2012@hw.ac.uk>
ray-project#36947 deprecated `BatchPredictor`. This PR removes or updates references to `BatchPredictor` in the AIR examples. The following examples already use updated APIs: * Stable Diffusion Batch Prediction with Ray AIR * GPT-J-6B Batch Prediction with Ray AIR (LLM) The following examples have been updated to use updated APIs: * Training a model with distributed XGBoost * Training a model with distributed LightGBM I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide. Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Why are these changes needed?
#36947 deprecated
BatchPredictor
. This PR removes or updates references toBatchPredictor
in the AIR examples.The following examples already use updated APIs:
The following examples have been updated to use updated APIs:
I've removed batch prediction sections from the other examples, and, where appropriate, linked to the batch inference user guide.
Related issue number
Towards #37035
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.