Unverified Commit 68c92981 authored by Gema Parreño's avatar Gema Parreño Committed by GitHub
Browse files

Fix link in utils (#24501)



* fix link

* new link

---------
Co-authored-by: default avatarGema <gema@mbp-de-gema-2.lan>
parent 7b4e3b5b
...@@ -215,6 +215,6 @@ def check_min_version(min_version): ...@@ -215,6 +215,6 @@ def check_min_version(min_version):
error_message += f" but the version found is {__version__}.\n" error_message += f" but the version found is {__version__}.\n"
raise ImportError( raise ImportError(
error_message 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." "versions of HuggingFace Transformers."
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment