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
The arguments in utils/modular_model_converter.py is here
parser.add_argument(
"--files_to_parse",
default=["all"],
nargs="+",
help="A list of `modular_xxxx` files that should be converted to single model file",
)
However, the docs is using --files-to-parse as following.
The arguments in
utils/modular_model_converter.py
is hereHowever, the docs is using
--files-to-parse
as following.transformers/docs/source/en/modular_transformers.md
Lines 51 to 53 in 92c5ca9
The text was updated successfully, but these errors were encountered: