transformers
transformers copied to clipboard
Fix CLAP link across all READMEs
What does this PR do?
Fixes CLAP link across all READMEs
Before submitting
- [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the contributor guideline, Pull Request section?
- [x] Did you make sure to update the documentation with your changes? Here are the documentation guidelines, and here are tips on formatting docstrings.
The documentation is not available anymore as the PR was closed or merged.
I'm getting
Traceback (most recent call last):
File "/Users/ehsan/workspace/transformers/utils/check_task_guides.py", line 58, in <module>
"asr.mdx": transformers_module.models.auto.modeling_auto.MODEL_FOR_CTC_MAPPING_NAMES,
File "/Users/ehsan/workspace/transformers/src/transformers/utils/import_utils.py", line 1150, in __getattr__
raise AttributeError(f"module {self.__name__} has no attribute {name}")
AttributeError: module transformers.models.auto has no attribute modeling_auto. Did you mean: 'processing_auto'?
not sure what's going on so I added it manually to all the index.mdx. It seems not all models research paper links have been synced across docs.
Thanks again!