You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
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.
0 commit comments