mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00
19 lines
636 B
ReStructuredText
19 lines
636 B
ReStructuredText
![]() |
.. warning::
|
||
|
This page is under construction!
|
||
|
|
||
|
.. include:: /_includes/clusters/we_are_hiring.rst
|
||
|
|
||
|
.. _ref-autoscaler-sdk-under-construction:
|
||
|
|
||
|
Autoscaler SDK
|
||
|
==============
|
||
|
|
||
|
.. _ref-autoscaler-sdk-request-resources-under-construction:
|
||
|
|
||
|
ray.autoscaler.sdk.request_resources
|
||
|
------------------------------------
|
||
|
|
||
|
Within a Ray program, you can command the autoscaler to scale the cluster up to a desired size with ``request_resources()`` call. The cluster will immediately attempt to scale to accommodate the requested resources, bypassing normal upscaling speed constraints.
|
||
|
|
||
|
.. .. autofunction:: ray.autoscaler.sdk.request_resources
|