Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Pop kwargs to support LightningCLI#154

Merged
amogkam merged 9 commits intoray-project:mainfrom
amogkam:lightning-cli-workaround
May 23, 2022
Merged

Pop kwargs to support LightningCLI#154
amogkam merged 9 commits intoray-project:mainfrom
amogkam:lightning-cli-workaround

Conversation

@amogkam
Copy link
Copy Markdown
Collaborator

@amogkam amogkam commented May 20, 2022

Closes #151.

As discussed in #151, LightningCLI does not support kwargs well, and assume kwargs are all passed into the superclass even though that's not necessarily the case. We do a small workaround here to pop certain values from kwargs to unblock using RayPlugin with LightningCLI until the actual issue is fixed upstream in PTL.

@amogkam amogkam merged commit 771d5a4 into ray-project:main May 23, 2022
amogkam pushed a commit that referenced this pull request Sep 7, 2022
Proper fix for #151 removing what #154 added.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using LightningCLI to parse plugin options from the config file fails when using the RayPlugin.

3 participants