[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
@@ -4,7 +4,8 @@ name: open-tacotron
description: "A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)"
repo: https://github.com/keithito/tacotron
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt
@@ -4,7 +4,8 @@ name: pytorch-transformers
description: "A library of state-of-the-art pretrained models for Natural Language Processing (NLP)"
repo: https://github.com/huggingface/pytorch-transformers
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
environment:
requirements: ray-project/requirements.txt