update repo

This commit is contained in:
嘉渊 2023-05-18 14:09:58 +08:00
parent dd186cafbd
commit bb8ddea4cb

View File

@ -353,12 +353,6 @@ def get_parser():
default=True,
help="Apply preprocessing to data or not",
)
parser.add_argument(
"--embed_path",
type=str,
default=None,
help="for model which requires embeds",
)
# optimization related
parser.add_argument(