mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
fix link in doc (#3567)
This commit is contained in:
parent
854b06854f
commit
bc4aa85ea3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Example Use
|
||||||
| results = [f() for i in range(4)] | results = ray.get([f.remote() for i in range(4)]) |
|
| results = [f() for i in range(4)] | results = ray.get([f.remote() for i in range(4)]) |
|
||||||
+------------------------------------------------+----------------------------------------------------+
|
+------------------------------------------------+----------------------------------------------------+
|
||||||
|
|
||||||
To launch a Ray cluster, either privately, on AWS, or on GCP, `follow these instructions <autoscaling.rst>`_.
|
To launch a Ray cluster, either privately, on AWS, or on GCP, `follow these instructions <autoscaling.html>`_.
|
||||||
|
|
||||||
View the `codebase on GitHub`_.
|
View the `codebase on GitHub`_.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue