Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6a606fd
feat: update vllm to 0.19.1 with pytorch 2.10.0
benmoss Apr 20, 2026
3156f8f
MNT: Re-rendered with conda-smithy 3.60.0 and conda-forge-pinning 202…
benmoss Apr 20, 2026
38677d4
fix: remove cuda meta-package from host to fix libcusparse conflict
benmoss Apr 20, 2026
32f5553
add libcusparse-dev
benmoss Apr 20, 2026
ec9b43a
add libcusolver-dev
benmoss Apr 20, 2026
8b05e75
run arm64/aarch64 natively on azure
benmoss Apr 20, 2026
99e12a7
fix: stub model-hosting-container-standards to allow import without it
benmoss Apr 20, 2026
0d7f881
fix: add libgomp to linux host deps for OpenMP discovery on aarch64
benmoss Apr 20, 2026
aa28c8d
fix: update test path, tests/core/test_scheduler.py removed in 0.19.1
benmoss Apr 20, 2026
449ffa1
fix: fall back to PREFIX/lib for libgomp when PyTorch does not bundle it
benmoss Apr 20, 2026
0150654
fix deprecated self_hosted, switch to blacksmith runner
benmoss Apr 20, 2026
017c2d4
MNT: Re-rendered with conda-smithy 3.60.0 and conda-forge-pinning 202…
benmoss Apr 20, 2026
25ba4e5
chore: remove spurious git version footer from patch 0005
benmoss Apr 20, 2026
9868633
only use blacksmith vms for cuda builds
benmoss Apr 21, 2026
0c1c6a4
fix: add libcurand-dev to host for curand_kernel.h (needed by CUTLASS)
benmoss Apr 21, 2026
43fa6ed
Split CPU vs GPU jobs
jaimergp Apr 23, 2026
2cc35d7
fix: vendor cutlass submodule for flash-attention (not included in Gi…
benmoss Apr 21, 2026
abc447b
fix: skip ACL on aarch64 — not packaged in conda-forge
benmoss Apr 23, 2026
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
60 changes: 60 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

10 changes: 9 additions & 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 @@ -21,7 +21,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- blacksmith-16vcpu-ubuntu-2404
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- blacksmith-16vcpu-ubuntu-2404
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- blacksmith-16vcpu-ubuntu-2404
pin_run_as_build:
python:
min_pin: x.x
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- default
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- default
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- default
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- default
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- quay.io/condaforge/linux-anvil-aarch64:alma9
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- quay.io/condaforge/linux-anvil-aarch64:alma9
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- quay.io/condaforge/linux-anvil-aarch64:alma9
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- quay.io/condaforge/linux-anvil-aarch64:alma9
pin_run_as_build:
python:
min_pin: x.x
Expand Down
57 changes: 0 additions & 57 deletions .ci_support/migrations/cuda129.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- None
cxx_compiler:
Expand Down
Loading