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
admingroup.add_argument("--adminpassword", metavar=('[password]'), help="Require a password to access admin functions. You are strongly advised to use one for publically accessible instances!", default=None)
6908
6910
admingroup.add_argument("--admindir", metavar=('[directory]'), help="Specify a directory to look for .kcpps configs in, which can be used to swap models.", default="")
6909
6911
6912
+
experimentgroup=parser.add_argument_group('Experimental Commands, can change or break any time!')
6913
+
experimentgroup.add_argument("--experiment_swa", help="Enables SWA mode. There are no safety checks.", action='store_true')
6914
+
6910
6915
deprecatedgroup=parser.add_argument_group('Deprecated Commands, DO NOT USE!')
0 commit comments