-
Notifications
You must be signed in to change notification settings - Fork 378
add uv update workflow #3952
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
Merged
Merged
add uv update workflow #3952
+999
−688
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b6466ae to
91ad038
Compare
e4d27e0 to
4f9229c
Compare
Signed-off-by: Torch-TensorRT Github Bot <[email protected]>
Signed-off-by: Torch-TensorRT Github Bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Here is the CI pipeline:
https://github.com/pytorch/TensorRT/actions/runs/20152165935/job/57847168432
Here is the auto commit record:
ab76c1d
pytorch upgraded the cuda from 13.0.0 to 13.0.2 which upgraded the nvidia-cuda-runtime==13.0.96
however tensorrt_cu13 has the dependency on nvidia-cuda-runtime==13.0.88.*
which result in uv resolve to a early torch version of 20251028 before cuda upgrade to 13.0.2 version.
which is same as pip dependency resolution behavior too.
But in pip we can use --use-deprecated=legacy-resolver , uv has no such equivalent
Fixes # (issue)
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: