Skip to content

Commit efabe86

Browse files
Add two flash-attn extensions as multi-outputs (#19)
automerged PR by conda-forge/automerge-action
2 parents ed93cc0 + 4e225cc commit efabe86

15 files changed

+229
-91
lines changed

.ci_support/linux_64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11python3.10.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/linux_64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11python3.11.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/linux_64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11python3.12.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/linux_64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11python3.9.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/linux_64_c_compiler_version12cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12python3.10.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/linux_64_c_compiler_version12cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12python3.11.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/linux_64_c_compiler_version12cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12python3.12.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/linux_64_c_compiler_version12cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12python3.9.____cpython.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c_stdlib:
77
c_stdlib_version:
88
- '2.17'
99
cdt_name:
10-
- cos7
10+
- conda
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -40,7 +40,6 @@ zip_keys:
4040
- - c_compiler_version
4141
- cxx_compiler_version
4242
- c_stdlib_version
43-
- cdt_name
4443
- cuda_compiler
4544
- cuda_compiler_version
4645
- docker_image

.ci_support/migrations/python312.yaml

-38
This file was deleted.

.github/workflows/conda-build.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
name: ${{ matrix.CONFIG }}
1818
runs-on: ${{ matrix.runs_on }}
19-
timeout-minutes: 540
19+
timeout-minutes: 1080
2020
strategy:
2121
fail-fast: false
2222
matrix:
@@ -117,12 +117,6 @@ jobs:
117117
fi
118118
./.scripts/run_osx_build.sh
119119
120-
- name: Install Miniconda for windows
121-
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
122-
with:
123-
miniforge-version: latest
124-
if: matrix.os == 'windows'
125-
126120
- name: Build on windows
127121
shell: cmd
128122
run: |
@@ -131,6 +125,7 @@ jobs:
131125
set "sha=%GITHUB_SHA%"
132126
call ".scripts\run_win_build.bat"
133127
env:
128+
MINIFORGE_HOME: D:\Miniforge
134129
PYTHONUNBUFFERED: 1
135130
CONFIG: ${{ matrix.CONFIG }}
136131
CI: github_actions

.scripts/build_steps.sh

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conda-forge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conda_build:
55
error_overlinking: true
66
conda_forge_output_validation: true
77
github_actions:
8-
timeout_minutes: 540
8+
timeout_minutes: 1080
99
self_hosted: true
1010
triggers:
1111
- push

0 commit comments

Comments
 (0)