mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
[Bugfix] fix file name of docstring in utils/check_table.py (#36108)
fix file name Co-authored-by: kkscilife <qa-caif-cicd@pjlab.org.cn>
This commit is contained in:
parent
d4a6b4099b
commit
09261ccf12
@ -18,7 +18,7 @@ Utility that checks the big table in the file docs/source/en/index.md and potent
|
|||||||
Use from the root of the repo with:
|
Use from the root of the repo with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python utils/check_inits.py
|
python utils/check_table.py
|
||||||
```
|
```
|
||||||
|
|
||||||
for a check that will error in case of inconsistencies (used by `make repo-consistency`).
|
for a check that will error in case of inconsistencies (used by `make repo-consistency`).
|
||||||
@ -26,7 +26,7 @@ for a check that will error in case of inconsistencies (used by `make repo-consi
|
|||||||
To auto-fix issues run:
|
To auto-fix issues run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python utils/check_inits.py --fix_and_overwrite
|
python utils/check_table.py --fix_and_overwrite
|
||||||
```
|
```
|
||||||
|
|
||||||
which is used by `make fix-copies`.
|
which is used by `make fix-copies`.
|
||||||
|
Loading…
Reference in New Issue
Block a user