-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[ci/build] Pin CI dependencies version with pip-compile #9810
Conversation
Signed-off-by: kevin <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. 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:
🚀 |
looks like |
Also pin |
Signed-off-by: kevin <[email protected]>
Signed-off-by: kevin <[email protected]>
Signed-off-by: kevin <[email protected]>
…#9810) Signed-off-by: kevin <[email protected]> Signed-off-by: Randall Smith <[email protected]>
…#9810) Signed-off-by: kevin <[email protected]> Signed-off-by: NickLucche <[email protected]>
…#9810) Signed-off-by: kevin <[email protected]> Signed-off-by: NickLucche <[email protected]>
…#9810) Signed-off-by: kevin <[email protected]>
…#9810) Signed-off-by: kevin <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…#9810) Signed-off-by: kevin <[email protected]>
…#9810) Signed-off-by: kevin <[email protected]> Signed-off-by: Loc Huynh <[email protected]>
Due to recent CI failures related to new releases from CI dependencies, we should freeze all direct & underlying dependencies and update them periodically (once a week)
This PR moves all dependencies to
requirements-test.in
and generaterequirements-test.txt
usingpip-compile
with python 3.12 (same version being used on CI build). Also,transformers
is pinned to 4.45.2 for now.Next step is to configure GHA workflow (dependabot) to perform this pip compile once a week.