chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
from ray.autoscaler.sdk.sdk import (
|
||||
bootstrap_config,
|
||||
configure_logging,
|
||||
create_or_update_cluster,
|
||||
fillout_defaults,
|
||||
get_docker_host_mount_location,
|
||||
get_head_node_ip,
|
||||
get_worker_node_ips,
|
||||
register_callback_handler,
|
||||
request_resources,
|
||||
rsync,
|
||||
run_on_cluster,
|
||||
teardown_cluster,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"create_or_update_cluster",
|
||||
"teardown_cluster",
|
||||
"run_on_cluster",
|
||||
"rsync",
|
||||
"get_head_node_ip",
|
||||
"get_worker_node_ips",
|
||||
"request_resources",
|
||||
"configure_logging",
|
||||
"bootstrap_config",
|
||||
"fillout_defaults",
|
||||
"register_callback_handler",
|
||||
"get_docker_host_mount_location",
|
||||
]
|
||||
Reference in New Issue
Block a user