Rename .rayproject to ray-project (#6278)

This commit is contained in:
Philipp Moritz
2019-12-05 16:15:42 -08:00
committed by GitHub
parent 17103376c5
commit dd27bfbb75
50 changed files with 39 additions and 39 deletions
@@ -4,10 +4,10 @@ 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: .rayproject/cluster.yaml
cluster: ray-project/cluster.yaml
environment:
requirements: .rayproject/requirements.txt
requirements: ray-project/requirements.txt
shell:
- curl http://data.keithito.com/data/speech/tacotron-20180906.tar.gz | tar xzC /tmp
@@ -4,10 +4,10 @@ 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: .rayproject/cluster.yaml
cluster: ray-project/cluster.yaml
environment:
requirements: .rayproject/requirements.txt
requirements: ray-project/requirements.txt
commands:
- name: train