mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:44:07 +08:00
@@ -10,7 +10,9 @@ from ray.autoscaler._private.providers import _get_default_config
|
||||
|
||||
RAY_NAMESPACE = os.environ.get("RAY_OPERATOR_POD_NAMESPACE")
|
||||
|
||||
RAY_CONFIG_DIR = os.path.expanduser("~/ray_cluster_configs")
|
||||
RAY_CONFIG_DIR = os.environ.get("RAY_CONFIG_DIR") or \
|
||||
os.path.expanduser("~/ray_cluster_configs")
|
||||
|
||||
CONFIG_SUFFIX = "_config.yaml"
|
||||
|
||||
CONFIG_FIELDS = {
|
||||
|
||||
Reference in New Issue
Block a user