fix: argument (#36558)

752ef3fd4e/utils/modular_model_converter.py (L1729)
This commit is contained in:
Aritra Roy Gosthipaty
2025-03-07 02:41:19 +05:30
committed by GitHub
parent 5275ef6f3d
commit 159445d044

View File

@@ -24,7 +24,7 @@ A linter "unravels" the modular file into a `modeling.py` file to preserve the s
Run the command below to automatically generate a `modeling.py` file from a modular file. Run the command below to automatically generate a `modeling.py` file from a modular file.
```bash ```bash
python utils/modular_model_converter.py --files-to-parse src/transformers/models/<your_model>/modular_<your_model>.py python utils/modular_model_converter.py --files_to_parse src/transformers/models/<your_model>/modular_<your_model>.py
``` ```
For example: For example: