-
-
Notifications
You must be signed in to change notification settings - Fork 55
Pytorch 2.4.1, python 3.13, cudnn9 #261
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
hmaarrfk
merged 34 commits into
conda-forge:main
from
regro-cf-autotick-bot:rebuild-python313-0-1_h3e3c58
Oct 6, 2024
Merged
Changes from 13 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4b97487
Rebuild for python 3.13
regro-cf-autotick-bot 054fb31
Update to 2.4.1
hmaarrfk 7853499
unskip "not aarch64"
hmaarrfk 9efae8f
Simplify cmake
hmaarrfk 9bafcc9
Do not make changes to ci setup
hmaarrfk 3ba0051
Add cudnn9
hmaarrfk 5b836af
Bump the aarch docker image
hmaarrfk dc24bde
fix image override on aarch
h-vetinari 211f363
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.41.1, and co…
h-vetinari 8ed610f
Specify USE_PRIORITIZED_TEXT_FOR_LD=1 for aarch64
hmaarrfk ee734b3
skip all but aarch
hmaarrfk f31d142
Use a dfiferent image
hmaarrfk b38525f
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.41.1, and co…
hmaarrfk ba5770a
disable linker script for now
hmaarrfk 36ee7ab
disable linker script for now
hmaarrfk a4e9a4c
Update recipe/conda_build_config.yaml
hmaarrfk d0ddbd4
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.41.1, and co…
hmaarrfk b46132b
Fix LD script for aarch64
hmaarrfk 7122585
simplify patch
hmaarrfk a3bac31
Unskip
hmaarrfk 81e3c2b
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.41.1, and co…
hmaarrfk 22bf055
Fix sed
isuruf f56b78e
Simplify build.sh
hmaarrfk 5e677dc
Go back to old ci setup
hmaarrfk 0a64808
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.41.1, and co…
hmaarrfk 16ef3a7
undor remote ci setup
hmaarrfk 68e55f2
Skip so much stuff
hmaarrfk 57015bd
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.41.1, and co…
hmaarrfk 4814113
Disable one of hte 2 patches
hmaarrfk fd011ec
Undo sed "fix"
hmaarrfk b6e2d2e
do one more replacement
hmaarrfk 5c6f02f
one more replacement for good measure
hmaarrfk 77da201
Unskip stuffs
hmaarrfk 1ac3036
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.41.1, and co…
hmaarrfk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
76 changes: 0 additions & 76 deletions
76
...c_compiler_version13cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| __migrator: | ||
| build_number: 1 | ||
| commit_message: Rebuild for cudnn 9 | ||
| kind: version | ||
| migration_number: 1 | ||
| cudnn: | ||
| - '9' | ||
| migrator_ts: 1724175586.3831317 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| migrator_ts: 1724712607 | ||
| __migrator: | ||
| commit_message: Rebuild for python 3.13 | ||
| migration_number: 1 | ||
| operation: key_add | ||
| primary_key: python | ||
| ordering: | ||
| python: | ||
| - 3.6.* *_cpython | ||
| - 3.7.* *_cpython | ||
| - 3.8.* *_cpython | ||
| - 3.9.* *_cpython | ||
| - 3.10.* *_cpython | ||
| - 3.11.* *_cpython | ||
| - 3.12.* *_cpython | ||
| - 3.13.* *_cp313 # new entry | ||
| - 3.6.* *_73_pypy | ||
| - 3.7.* *_73_pypy | ||
| - 3.8.* *_73_pypy | ||
| - 3.9.* *_73_pypy | ||
| paused: false | ||
| longterm: true | ||
| pr_limit: 20 | ||
| max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times | ||
| exclude: | ||
| # this shouldn't attempt to modify the python feedstocks | ||
| - python | ||
| - pypy3.6 | ||
| - pypy-meta | ||
| - cross-python | ||
| - python_abi | ||
| # see https://github.com/conda-forge/scipy-feedstock/pull/283 | ||
| - scipy | ||
| exclude_pinned_pkgs: false | ||
| additional_zip_keys: | ||
| - channel_sources | ||
|
|
||
| python: | ||
| - 3.13.* *_cp313 | ||
| channel_sources: | ||
| - conda-forge/label/python_rc,conda-forge | ||
| # additional entries to add for zip_keys | ||
| numpy: | ||
| - 2 | ||
| python_impl: | ||
| - cpython |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.