docs: fix broken offline inference paths in documentation#37998
docs: fix broken offline inference paths in documentation#37998DarkLight1337 merged 5 commits intovllm-project:mainfrom
Conversation
Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com>
|
Documentation preview: https://vllm--37998.org.readthedocs.build/en/37998/ |
There was a problem hiding this comment.
Code Review
This pull request correctly updates numerous documentation files to reflect the new examples/basic/offline_inference/ directory structure. The changes are consistent and address the broken links mentioned in the description. However, I found two instances where the path update seems to have been applied incorrectly, resulting in a duplicated basic directory in the path. These appear to be oversights from an automated search-and-replace and should be corrected to ensure all links are valid.
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add If you have any questions, please reach out to us on Slack at https://slack.vllm.ai. 🚀 |
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com>
docs/cli/README.md
Outdated
| ```bash | ||
| vllm run-batch \ | ||
| -i https://raw.githubusercontent.com/vllm-project/vllm/main/examples/offline_inference/openai_batch/openai_example_batch.jsonl \ | ||
| -i https://raw.githubusercontent.com/vllm-project/vllm/main/examples/basic/offline_inference/openai_batch/openai_example_batch.jsonl \ |
There was a problem hiding this comment.
There was a problem hiding this comment.
Please check the other files one by one as well
There was a problem hiding this comment.
Hi @DarkLight1337 ,
I've refined this PR and reduced the scope to the 2 files where the broken paths were manually verified.
Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com>
704733b to
415493d
Compare
Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com>
415493d to
3c9f2cd
Compare
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Michel Belleau <michel.belleau@malaiwah.com>
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Monishver Chandrasekaran <monishverchandrasekaran@gmail.com>
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Nithin Chalapathi <nithin.ch10@gmail.com>
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ct#37998) Signed-off-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Signed-off-by: Vineeta Tiwari <vineetatiwari2000@gmail.com> Co-authored-by: Vineeta Tiwari <vineeta.tiwari2@ibm.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Vinay Damodaran <vrdn@hey.com>
Description
A manual audit of the documentation revealed that specific files in docs/models/pooling_models/ were using incorrect relative paths to reach the examples/ directory. Additionally, these files referenced a directory structure (examples/offline_inference/basic/) that did not match the actual repository layout.
Changes
Testing
ls docs/models/pooling_models/../../../examples/basic/offline_inference/classify.py