mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
36 lines
826 B
YAML
36 lines
826 B
YAML
- name: learning_tests
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: 8gpus_64cpus.yaml
|
|
|
|
run:
|
|
timeout: 14400
|
|
script: python learning_tests/run_learning_tests.py
|
|
|
|
- name: multi_gpu_learning_tests
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: 2gpus_32cpus.yaml
|
|
|
|
run:
|
|
timeout: 7200
|
|
script: python multi_gpu_learning_tests/run_multi_gpu_learning_tests.py
|
|
|
|
# We'll have these as per-PR tests soon.
|
|
# - name: example_scripts_on_gpu_tests
|
|
# cluster:
|
|
# app_config: app_config.yaml
|
|
# compute_template: 1gpu_4cpus.yaml
|
|
|
|
# run:
|
|
# timeout: 7200
|
|
# script: bash unit_gpu_tests/run.sh
|
|
|
|
- name: stress_tests
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: 4gpus_544_cpus.yaml
|
|
|
|
run:
|
|
timeout: 5400
|
|
script: python stress_tests/run_stress_tests.py
|