from local

This commit is contained in:
dohe0342 2023-01-13 17:39:58 +09:00
parent 22a3e6a983
commit eb988c6a08
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -389,6 +389,7 @@ def get_parser():
) )
add_model_arguments(parser) add_model_arguments(parser)
add_custom_arguments(parser)
return parser return parser