-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[projects] Project examples and documentation #5407
Conversation
Test PASSed. |
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
doc/source/projects.rst
Outdated
# describing the cluster configuration. | ||
$ ray project create <project-name> | ||
|
||
# Create a new session from the given project with an optional name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if you don't give it a name? autogen'd?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the moment it will be autogenerated as the project name, once we support multiple concurrent sessions we should have a smarter way to autogenerate it.
python/ray/projects/examples/mozilla-deepspeech/.rayproject/cluster.yaml
Outdated
Show resolved
Hide resolved
python/ray/projects/examples/open-tacotron/.rayproject/cluster.yaml
Outdated
Show resolved
Hide resolved
python/ray/projects/examples/open-tacotron/.rayproject/cluster.yaml
Outdated
Show resolved
Hide resolved
Co-Authored-By: Edward Oakes <[email protected]>
Co-Authored-By: Edward Oakes <[email protected]>
Co-Authored-By: Edward Oakes <[email protected]>
Co-Authored-By: Edward Oakes <[email protected]>
Co-Authored-By: Edward Oakes <[email protected]>
…uster.yaml Co-Authored-By: Edward Oakes <[email protected]>
….yaml Co-Authored-By: Edward Oakes <[email protected]>
….yaml Co-Authored-By: Edward Oakes <[email protected]>
Test PASSed. |
Test FAILed. |
.. code-block:: bash | ||
|
||
# Creates a project in the current directory. It will create a | ||
# project.yaml defining the code and environment and a cluster.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to infer the env based on current conda installed packages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet but should be, I created an issue here: #5487
Test PASSed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Co-Authored-By: Stephanie Wang <[email protected]>
Co-Authored-By: Stephanie Wang <[email protected]>
Test PASSed. |
Test PASSed. |
Test PASSed. |
What do these changes do?
This adds some example projects and documentation about the Ray projects functionality.
Related issue number
Linter
scripts/format.sh
to lint the changes in this PR.