Skip to content

Commit

Permalink
Fix link in utils (huggingface#24501)
Browse files Browse the repository at this point in the history
* fix link

* new link

---------

Co-authored-by: Gema <gema@mbp-de-gema-2.lan>
  • Loading branch information
SoyGema and Gema committed Jun 26, 2023
1 parent 7b4e3b5 commit 68c9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ def check_min_version(min_version):
error_message += f" but the version found is {__version__}.\n"
raise ImportError(
error_message
+ "Check out https://huggingface.co/transformers/examples.html for the examples corresponding to other "
+ "Check out https://github.com/huggingface/transformers/tree/main/examples#important-note for the examples corresponding to other "
"versions of HuggingFace Transformers."
)

0 comments on commit 68c9298

Please sign in to comment.