[Release / Train] Update Train Release tests set to Manual#63342
[Release / Train] Update Train Release tests set to Manual#63342pseudo-rnd-thoughts wants to merge 20 commits into
Conversation
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
There was a problem hiding this comment.
Code Review
This pull request streamlines several example notebooks and release test configurations by removing unused imports, updating dependency versions (notably Llama-Factory), and transitioning various release tests from manual to scheduled frequencies. Feedback from the reviewer highlights two significant issues: the accidental removal of essential imports (ray and partial) in the object detection evaluation notebook, and the specification of a non-existent version for the transformers library in the BYOD audio script.
Signed-off-by: Mark Towers <mark@anyscale.com>
dstrodtman
left a comment
There was a problem hiding this comment.
Stamping to unblock once tests are passing.
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
# Conflicts: # release/release_tests.yaml
Signed-off-by: Mark Towers <mark@anyscale.com>
…sorflow_benchmark.py Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
# Conflicts: # doc/source/ray-overview/examples/e2e-multimodal-ai-workloads/notebooks/01-Batch-Inference.ipynb # doc/source/ray-overview/examples/e2e-multimodal-ai-workloads/notebooks/02-Distributed-Training.ipynb # doc/source/ray-overview/examples/e2e-multimodal-ai-workloads/notebooks/03-Online-Serving.ipynb # doc/source/ray-overview/examples/entity-recognition-with-llms/README.ipynb # doc/source/ray-overview/examples/entity-recognition-with-llms/containerfile # doc/source/ray-overview/examples/mcp-ray-serve/ci/tests.sh # doc/source/ray-overview/examples/object-detection/1.object_detection_train.ipynb # doc/source/ray-overview/examples/object-detection/2.object_detection_batch_inference_eval.ipynb # doc/source/ray-overview/examples/object-detection/3.video_processing_batch_inference.ipynb # doc/source/ray-overview/examples/object-detection/4.object_detection_serve.ipynb
Signed-off-by: Mark Towers <mark@anyscale.com>
This reverts commit 01a2212.
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
…p_finetuning.ipynb Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
| python: "3.10" | ||
| group: AIR examples | ||
| working_dir: air_examples/dolly_v2_lightning_fsdp_finetuning | ||
| working_dir: air_examples/pythia_lightning_fsdp_finetuning |
There was a problem hiding this comment.
can we link a release test thats runs against this new one in the description?
| pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 | ||
|
|
||
| pip3 install lightning==2.0.3 | ||
| pip3 install "lightning>=2,<3" "pydantic>=2,<3" "fastapi>=0.100.0" |
There was a problem hiding this comment.
looks like there are some incompatibility in the https://console.anyscale-staging.com/cld_kvedZWag2qA8i5BjxUevf5i7/prj_92c7b71w55flm6gv6imv4m6vqg/jobs/prodjob_eaaqtp9y3ba8g9tc9367ucrnj4?job-logs-section-tabs=application_logs&job-tab=overview
…etune.ipynb Signed-off-by: Mark Towers <mark@anyscale.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 5df3522. Configure here.
Signed-off-by: Mark Towers <mark@anyscale.com>

Description
A number of Train's release tests are set to Manual meaning that they are never tested.
This PR updates them to run them weekly