Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
bbcdaae
xformer v0.0.30
jeongseok-meta Jun 4, 2025
944fb34
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.50.0, and co…
Jun 4, 2025
54f5c44
c_stdlib_version: 10.15
jeongseok-meta Jun 4, 2025
9764ba6
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.50.0, and co…
Jun 4, 2025
24437df
pytorch 2.7
jeongseok-meta Jun 4, 2025
264863e
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.50.0, and co…
Jun 4, 2025
f355f2b
XFORMERS_DISABLE_FLASH_ATTN: "1"
jeongseok-meta Jun 4, 2025
0804a29
Match TORCH_CUDA_ARCH_LIST to pytorch
jeongseok-meta Jun 5, 2025
2a5256d
Set FORCE_CUDA=1 and enable flash-attn
jeongseok-meta Jun 5, 2025
2ba78f7
Add cuda-driver-dev to req.run
jeongseok-meta Jun 5, 2025
dd29978
xformers v0.0.31
jeongseok-meta Jun 25, 2025
09c1a82
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.50.1, and co…
Jun 25, 2025
63c3907
export TORCH_CUDA_ARCH_LIST="8.0;8.6;8.9"
jeongseok-meta Jun 25, 2025
8999efa
Remove CUTLASS_NVCC_ARCHS
jeongseok-meta Jul 21, 2025
493226a
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.51.1, and co…
Jul 21, 2025
f187ba5
Add back 5.3;6.0;6.1;7.0;7.5; to TORCH_CUDA_ARCH_LIST
jeongseok-meta Jul 21, 2025
a74aed2
Reapply "Enable cirun-openstack-cpu-xlarge using Cirun"
h-vetinari Jul 22, 2025
e940346
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.51.1, and co…
h-vetinari Jul 22, 2025
4d2f258
add back cuda arch 9.0 & PTX
h-vetinari Jul 22, 2025
b779cb7
simplify lower end of TORCH_CUDA_ARCH_LIST
h-vetinari Jul 22, 2025
8029c6c
remove cuda arch 9.0 again
h-vetinari Jul 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 0 additions & 107 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.13.* *_cp313
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.13.* *_cp313
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-xlarge
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
pytorch:
- '2.6'
- '2.7'
target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
Loading