vllm
vllm copied to clipboard
Move requirements into their own directory
Moves requirements-x.txt to requirements/x.txt and updates all references to requirements files.
👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.
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 do one of these:
- Add
readylabel to the PR - Enable auto-merge.
🚀
This pull request has merge conflicts that must be resolved before it can be merged. Please rebase the PR, @hmellor.
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork
requirements-docs.txt currently lives inside docs, so it's not cluttering the root directory like the others. Would you still like requirements-docs.txt to live with the rest?
Would you still like requirements-docs.txt to live with the rest?
Yeah, that's what I mean.
Done
This might need updates https://github.com/vllm-project/vllm/blob/main/use_existing_torch.py
Thanks for doing this. I'm super excited about this cleanup.
Good catch @simon-mo, fixed!