Skip to content

Commit f09600c

Browse files
authored
[deps] updating llm batch release depset (#58858)
updating llm batch release test depset successful release test run: https://buildkite.com/ray-project/release/builds/68802#019aa374-b0c3-4da1-a003-9296ac07f4e0 --------- Signed-off-by: elliot-barn <[email protected]>
1 parent b9f3d1a commit f09600c

File tree

6 files changed

+2995
-2072
lines changed

6 files changed

+2995
-2072
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
build_arg_sets:
2+
cu128:
3+
PYTHON_VERSION: py311
4+
CUDA_CODE: cu128
5+
6+
7+
.common_settings: &common_settings
8+
append_flags:
9+
- --python-version=3.11
10+
- --unsafe-package ray
11+
- --python-platform=linux
12+
- --extra-index-url https://download.pytorch.org/whl/${CUDA_CODE}
13+
build_arg_sets:
14+
- cu128
15+
16+
depsets:
17+
18+
# get rid of this python/deplocks/llm/rayllm_test_py311_cu128.lock
19+
- name: subset_rayllm_depset_${PYTHON_VERSION}_${CUDA_CODE}
20+
operation: subset
21+
source_depset: compiled_ray_llm_depset_${PYTHON_VERSION}_${CUDA_CODE}
22+
<<: *common_settings
23+
requirements:
24+
- python/requirements.txt
25+
output: python/deplocks/llm/rayllm_subset_${PYTHON_VERSION}_${CUDA_CODE}.lock
26+
27+
28+
- name: llm_batch_single_node_benchmark_${PYTHON_VERSION}_${CUDA_CODE}
29+
operation: expand
30+
depsets:
31+
- subset_rayllm_depset_${PYTHON_VERSION}_${CUDA_CODE}
32+
<<: *common_settings
33+
requirements:
34+
- release/llm_tests/batch/requirements.in
35+
output: release/ray_release/byod/llm_batch/llm_batch_single_node_benchmark_${PYTHON_VERSION}_${CUDA_CODE}.lock

0 commit comments

Comments
 (0)