-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
flash-attn v2.6.3 + TORCH_CUDA_ARCH_LIST=8.0;8.6;8.9;9.0+PTX #10
Merged
carterbox
merged 32 commits into
conda-forge:main
from
regro-cf-autotick-bot:2.6.2_h62eaee
Oct 16, 2024
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
4179071
updated v2.6.2
regro-cf-autotick-bot b58d8e1
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and co…
regro-cf-autotick-bot 89c5d54
Update setup.py for flash-attention v2.6.2
weiji14 7a7e321
updated v2.6.3
regro-cf-autotick-bot d57121f
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and co…
regro-cf-autotick-bot 7dda024
Enable cirun-openstack-gpu-large, cirun-openstack-cpu-large using Cirun
49756ac
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and co…
conda-forge-curator[bot] 58a39f9
Merge branch 'cirun-1722272355' into 2.6.2_h62eaee
carterbox 738fe60
Merge branch '2.6.3_h7bf43b' into 2.6.2_h62eaee
carterbox 6be2fd7
BLD: Enable all compatible CUDA arch targets
carterbox 0419cf9
BLD: Limit MAX_JOBS to prevent runner crash
carterbox 7b3a38a
Limit MAX_JOBS to 1
carterbox 494edc3
CI: Increase timeout to 36 hours
carterbox 248c4eb
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and co…
686b454
Small non-bot commit to trigger runners
weiji14 82fbb57
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and co…
weiji14 680495a
CI: Reduce build matrix for debugging
carterbox 0dfb395
CI: Increase jobs and use larger runner
carterbox 5878e8b
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.41.1, and co…
carterbox ff9184f
Merge branch 'main' into 2.6.2_h62eaee
weiji14 91bc5d0
Rebuild for python 3.13
regro-cf-autotick-bot 96ed564
Add setuptools as runtime dependency
weiji14 7391de7
Test build on CUDA 12.0 and Python 3.13
weiji14 e4e877b
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.1, and co…
weiji14 12182c1
BLD: Revert debugging settings
carterbox 68a3446
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.2, and co…
ca12eba
Skip 313 until pytorch unbroken
carterbox 5c8dd0e
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.2, and co…
9ec6e0b
Update .github/workflows/conda-build.yml
carterbox 3051209
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.2, and co…
b0e6598
Set timeout to 9 hours again
weiji14 38c4700
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.2, and co…
weiji14 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 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 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.
This file contains 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 |
---|---|---|
@@ -1,15 +1,14 @@ | ||
azure: | ||
free_disk_space: true | ||
timeout_minutes: 360 | ||
settings_linux: | ||
swapfile_size: 10GiB | ||
github: | ||
branch_name: main | ||
tooling_branch_name: main | ||
conda_build: | ||
error_overlinking: true | ||
conda_forge_output_validation: true | ||
github_actions: | ||
timeout_minutes: 540 | ||
self_hosted: true | ||
triggers: | ||
- push | ||
- pull_request | ||
provider: | ||
linux_64: github_actions |
This file contains 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove after conda-forge/pytorch-cpu-feedstock#276 is merged (remember to re-render manually afterwards).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to rebuild to add those additional modules requested in #18. We can see if pytorch is ready for 3.13 then.