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("--admindatadir", metavar=('[directory]'), help="Specify a directory to store user data in. By passing in this argument, users with the admin password will be able to save and load data from the server database.", default="")
9003
9001
admingroup.add_argument("--adminallowhf", help="Enables downloading of HuggingFace models through the Lite UI.", action='store_true')
9004
9002
9005
-
experimentgroup=parser.add_argument_group('Experimental Commands, can change or break any time!')
9006
-
experimentgroup.add_argument("--experiment_swa", help="Enables SWA mode. There are no safety checks.", action='store_true')
9007
-
9008
9003
deprecatedgroup=parser.add_argument_group('Deprecated Commands, DO NOT USE!')
0 commit comments