Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
35 changes: 35 additions & 0 deletions ci/raydepsets/configs/llm_release_tests.depsets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
build_arg_sets:
cu128:
PYTHON_VERSION: py311
CUDA_CODE: cu128


.common_settings: &common_settings
append_flags:
- --python-version=3.11
- --unsafe-package ray
- --python-platform=linux
- --extra-index-url https://download.pytorch.org/whl/${CUDA_CODE}
build_arg_sets:
- cu128

depsets:

# get rid of this python/deplocks/llm/rayllm_test_py311_cu128.lock
- name: subset_rayllm_depset_${PYTHON_VERSION}_${CUDA_CODE}
operation: subset
source_depset: compiled_ray_llm_depset_${PYTHON_VERSION}_${CUDA_CODE}
<<: *common_settings
requirements:
- python/requirements.txt
output: python/deplocks/llm/rayllm_subset_${PYTHON_VERSION}_${CUDA_CODE}.lock


- name: llm_batch_single_node_benchmark_${PYTHON_VERSION}_${CUDA_CODE}
operation: expand
depsets:
- subset_rayllm_depset_${PYTHON_VERSION}_${CUDA_CODE}
<<: *common_settings
requirements:
- release/llm_tests/batch/requirements.in
output: release/ray_release/byod/llm_batch/llm_batch_single_node_benchmark_${PYTHON_VERSION}_${CUDA_CODE}.lock
Loading