[Projects] Refactor cluster specification (#6488)

This commit is contained in:
Philipp Moritz
2019-12-14 22:43:06 -08:00
committed by GitHub
parent 9cc0ecc6ff
commit f5d10eea0b
23 changed files with 130 additions and 52 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ description: "Example of how to use Cython with ray"
tags: ["ray-example", "cython"]
documentation: https://ray.readthedocs.io/en/latest/advanced.html#cython-code-in-ray
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt
+2 -1
View File
@@ -6,7 +6,8 @@ description: "Parallelizing the L-BFGS algorithm in ray"
tags: ["ray-example", "optimization", "lbfgs"]
documentation: https://ray.readthedocs.io/en/latest/auto_examples/plot_lbfgs.html
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt
@@ -6,7 +6,8 @@ description: "A simple news reader example that uses ray actors to serve request
tags: ["ray-example", "flask", "rss", "newsreader"]
documentation: https://ray.readthedocs.io/en/latest/auto_examples/plot_newsreader.html
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt
@@ -6,7 +6,8 @@ description: "A simple parameter server example implemented with ray actors"
tags: ["ray-example", "parameter-server", "machine-learning"]
documentation: https://ray.readthedocs.io/en/latest/auto_examples/plot_parameter_server.html
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt
@@ -5,7 +5,8 @@ name: ray-example-streaming
description: "A simple ray example for a streaming wordcount"
tags: ["ray-example", "streaming", "wordcount", "data-processing"]
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt