-
-
Notifications
You must be signed in to change notification settings - Fork 664
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
Update ray example to reflect Hydra 1.1 changes #1490
Conversation
website/docs/plugins/ray_launcher.md
Outdated
@@ -144,12 +144,59 @@ $ python my_app.py --multirun task=1,2,3 | |||
</details> | |||
|
|||
|
|||
<details><summary>Upload & Download from remote cluster</summary> | |||
##### Overriding default `ray_aws` config |
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.
I think we need generic explanation page to explain how to configure plugins in general in Hydra 1.1 (that all plugins can refer to from their docs).
It doesn't make sense for each plugin doc page to have to explain the same thing.
What do you think?
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.
Makes sense. I will create a new page for configuring plugins.
You want |
updated the description :) |
I've created #1506 to address the comment, once that one lands, I will fix this PR accordingly. |
sounds good. |
Since it looks like for each plugin, we will want to update both the example and the documentation, it could be easier to complete the Ray changes in this PR, including the docs. |
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.
looking good.
consider finishing the doc changes for this plugin.
will do! |
I meant in this PR :). |
Closes #1471
Verified the example apps run as expected.