-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[docs][cherry-pick] Example Gallery clean up #41750
[docs][cherry-pick] Example Gallery clean up #41750
Conversation
…project#41472) Removing outdated examples. cc: @sven1977 Signed-off-by: angelinalg <[email protected]> --------- Signed-off-by: angelinalg <[email protected]> Co-authored-by: Sven Mika <[email protected]>
…nes on the Train Examples page (ray-project#41596) The Example Gallery with the training tag selected generates more examples than is in the Train Examples page. Removing some mislabelled examples by removing the training tag. Adding in two missing examples: templates/04_finetuning_llms_with_deepspeed/ (Fine-tuning Llama-2 models) /train/examples/transformers/transformers_torch_trainer_basic --------- Signed-off-by: angelinalg <[email protected]>
…roject#41682) After much discussion, we are removing the concept and examples associated with MMT. We had three different ways of running it (Core, Data, Tune). We no longer recommend Tune. Although this is a valid workload, the upkeep of the examples and docs outweigh the value, based on page views. When there is more traction on this type of use case, we can create a more up-to-date example. @pcmoritz @richardliaw @matthewdeng Signed-off-by: angelinalg <[email protected]>
…ay-project#41686) After much discussion, the Data Processing tag is too general. Removing it from the Example Gallery. cc: @amogkam @scottjlee @pcmoritz Signed-off-by: angelinalg <[email protected]>
Subsections are appearing in the Serve Examples page as separate docs vs sections of the Streaming doc. Signed-off-by: angelinalg <[email protected]>
Is it OK to pick this after we build the wheel? This is just me being over cautious about having the wheel on time |
If all the changes were in |
I believe the failing exploding-death-star tests were signed off by @sven1977 except for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved from RLlib perspective.
Thanks for this PR @angelinalg !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but @architkulkarni if possible let's pick after we are able to have a green wheel without this PR (that we can easily go back to)
Sounds good. Everything looks good, will merge after we have the first "green commit" on the release branch |
Signed-off-by: angelinalg <[email protected]>
Cherry-picking for 2.9.0:
cc: @architkulkarni
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.