CUDA-enabled torchvision/v0.16.0#20175
Closed
moravveji wants to merge 5 commits intoeasybuilders:developfrom
Closed
CUDA-enabled torchvision/v0.16.0#20175moravveji wants to merge 5 commits intoeasybuilders:developfrom
moravveji wants to merge 5 commits intoeasybuilders:developfrom
Conversation
…is picked up and test-suite fails for not finding an easyconfig file
casparvl
reviewed
Mar 21, 2024
| ('networkx', '3.1'), | ||
| ('sympy', '1.12'), | ||
| ('Z3', '4.12.2'), | ||
| ('Z3', '4.12.2', '-Python-%(pyver)s', ('GCCcore', '12.3.0')), |
Contributor
There was a problem hiding this comment.
This was taken out on purpose, see #20050
We now have one Z3 which has Python support. Ie. no more build with/without suffix. Please undo this change. You can then build your torchvision against PR 20050.
Contributor
|
This will probably build without JPEG support and is probably not running the torchvision test-suite. Compare against #19987 |
Micket
requested changes
Mar 21, 2024
Contributor
Micket
left a comment
There was a problem hiding this comment.
I strongly propose we shouldn't use these at all, but use the PyTorch-bundle's instead.
Contributor
Author
|
@Micket and @VRehnberg : Thanks for your inputs. I will then close this PR in favor of #19987, and stay tuned until that one is concluded. |
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
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.
This PR adds a new easyconfig file for building
torchvision/0.16.0-foss-2023a-CUDA-12.1.1and complements a similar easyconfig file for a CPU-only build.