-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[docs] [serve] [fix] fix error 404 asynchronous inference and mlflow registry example #60071
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] [serve] [fix] fix error 404 asynchronous inference and mlflow registry example #60071
Conversation
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
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.
Code Review
This pull request correctly resolves a 404 error in the documentation for the asynchronous inference example. The changes involve updating the link in doc/source/serve/examples.yml to point to the asynchronous-inference.ipynb notebook, and removing this notebook from the exclude_patterns in doc/source/conf.py so it gets built by Sphinx. This aligns with the stated goal of using the notebook as the single source of truth. The changes are accurate and effectively fix the issue.
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
doc/source/serve/tutorials/asynchronous-inference/content/asynchronous-inference.ipynb
Outdated
Show resolved
Hide resolved
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <62435714+Aydin-ab@users.noreply.github.com>
abrarsheikh
left a comment
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.
@Aydin-ab could you also look at the mlflow link also, looks like its broken too https://docs.ray.io/en/master/serve/examples.html
| "ray-overview/examples/llamafactory-llm-fine-tune/README.ipynb", | ||
| "ray-overview/examples/llamafactory-llm-fine-tune/**/*.ipynb", | ||
| "serve/tutorials/asynchronous-inference/content/asynchronous-inference.ipynb", | ||
| "serve/tutorials/video-analysis/*.ipynb", |
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.
@Aydin-ab can we clean this too?
dstrodtman
left a comment
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.
stamp
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
…registry example (ray-project#60071) Noticed ray-project#59917 but it didn't fix it - Linking to notebook instead of README.md - Removing notebook from exclude_patterns The notebook should be the single source of truth since it’s what's tested and validated, so we should link to it rather than the README.md. The README.md is generated from the notebook (jupyter nbconvert) and exists only for display in the console when converting the example into an Anyscale template Also fixing the error 404 of the mlflow registry example by lin,ing to the proper doc --------- Signed-off-by: Aydin Abiar <aydin@anyscale.com> Signed-off-by: Aydin Abiar <62435714+Aydin-ab@users.noreply.github.com> Co-authored-by: Aydin Abiar <aydin@anyscale.com> Signed-off-by: jeffery4011 <jefferyshen1015@gmail.com>
Noticed #59917 but it didn't fix it
The notebook should be the single source of truth since it’s what's tested and validated, so we should link to it rather than the README.md. The README.md is generated from the notebook (jupyter nbconvert) and exists only for display in the console when converting the example into an Anyscale template
Also fixing the error 404 of the mlflow registry example by lin,ing to the proper doc