transformers icon indicating copy to clipboard operation
transformers copied to clipboard

Fix CLAP link across all READMEs

Open ehsanmok opened this issue 2 years ago • 2 comments

What does this PR do?

Fixes CLAP link across all READMEs

Before submitting

ehsanmok avatar Apr 27 '23 16:04 ehsanmok

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.

ehsanmok avatar Apr 27 '23 17:04 ehsanmok

Thanks again!

sgugger avatar Apr 27 '23 22:04 sgugger