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
[Train] Remove the subclass relationship between RunConfig and RunConfigV1 (#54293)
In RunConfig, it subclasses RunConfigV1, whose `__post_init__` is using
v1 configs to initialize.
Now we remove the subclass relationship to avoid unexpected bugs.
---------
Signed-off-by: xgui <[email protected]>
0 commit comments