mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

In xgboost 1.6, support for older GPU architectures was removed (dmlc/xgboost#7767). This PR updates the instance types used in our xgboost-ray gpu release tests to use Volta GPUs instead of Kepler GPUs so that xgboost-ray can run successfully with xgboost v1.6. Closes #24048
16 lines
280 B
YAML
16 lines
280 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
max_workers: 4
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m5.xlarge
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: p3.2xlarge
|
|
min_workers: 4
|
|
max_workers: 4
|
|
use_spot: false
|
|
|