Fix link in utils (#24501)

* fix link

* new link

---------

Co-authored-by: Gema <gema@mbp-de-gema-2.lan>
This commit is contained in:
Gema Parreño 2023-06-26 20:26:09 +02:00 committed by GitHub
parent 7b4e3b5b40
commit 68c92981ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
)