Skip to content

Commit c8c446d

Browse files
authored
[deps] remove cu121 build args for llm lock files (#57737)
removing cu121 build arg set Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
1 parent 84f8e32 commit c8c446d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.buildkite/dependencies.rayci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ steps:
2929
- cp ./python/deplocks/llm/* /artifact-mount/
3030
job_env: manylinux
3131
depends_on: manylinux
32-
soft_fail: true
3332

3433
- label: ":tapioca: build: raydepsets: compile ray img dependencies"
3534
key: raydepsets_compile_rayimg_dependencies

ci/raydepsets/configs/rayllm.depsets.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ build_arg_sets:
22
cpu:
33
PYTHON_VERSION: py311
44
CUDA_CODE: cpu
5-
cu121:
6-
PYTHON_VERSION: py311
7-
CUDA_CODE: cu121
85
cu128:
96
PYTHON_VERSION: py311
107
CUDA_CODE: cu128

0 commit comments

Comments
 (0)