fix modular order (#35297)

* fix modular ordre

* fix

* style
This commit is contained in:
Arthur
2024-12-17 08:05:35 +01:00
committed by GitHub
parent f5620a7634
commit a7f5479b45
2 changed files with 36 additions and 28 deletions

View File

@@ -1678,7 +1678,7 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument(
"--files_to_parse",
default=["src/transformers/models/aria/modular_aria.py"],
default=["all"],
nargs="+",
help="A list of `modular_xxxx` files that should be converted to single model file",
)