-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Move TorchVision to conda package to use pytorch-mutex #4661
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
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
seemethere
approved these changes
Oct 19, 2021
seemethere
requested changes
Oct 19, 2021
356d55e to
161fd07
Compare
161fd07 to
1fd5792
Compare
seemethere
reviewed
Oct 19, 2021
seemethere
reviewed
Oct 19, 2021
b9a70d8 to
d7a8d5b
Compare
This is follow up after pytorch/builder#823 that gets rids of `feature` and migrate it to `run_constrained`
d7a8d5b to
f90012a
Compare
seemethere
approved these changes
Oct 19, 2021
seemethere
reviewed
Oct 19, 2021
Co-authored-by: Eli Uriegas <[email protected]>
Co-authored-by: Eli Uriegas <[email protected]>
seemethere
approved these changes
Oct 20, 2021
|
Hey @malfet! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
facebook-github-bot
pushed a commit
that referenced
this pull request
Oct 26, 2021
Summary: * Move TorchVision conda package to use pytorch-mutex This is follow up after pytorch/builder#823 that gets rids of `feature` and migrate it to `run_constrained` * Update packaging/torchvision/meta.yaml * Update packaging/torchvision/meta.yaml Reviewed By: NicolasHug Differential Revision: D31916325 fbshipit-source-id: 47589017b333948caee5b0412c30afaeb6eed4f8 Co-authored-by: Eli Uriegas <[email protected]> Co-authored-by: Eli Uriegas <[email protected]> Co-authored-by: Eli Uriegas <[email protected]>
cyyever
pushed a commit
to cyyever/vision
that referenced
this pull request
Nov 16, 2021
* Move TorchVision conda package to use pytorch-mutex This is follow up after pytorch/builder#823 that gets rids of `feature` and migrate it to `run_constrained` * Update packaging/torchvision/meta.yaml Co-authored-by: Eli Uriegas <[email protected]> * Update packaging/torchvision/meta.yaml Co-authored-by: Eli Uriegas <[email protected]> Co-authored-by: Eli Uriegas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ciflow/default
cla signed
other
if you have no clue or if you will manually handle the PR in the release notes
topic: build
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.
This is follow up after pytorch/builder#823 that gets rids of
featureand migrate it torun_constrained