mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Fix link in utils (#24501)
* fix link * new link --------- Co-authored-by: Gema <gema@mbp-de-gema-2.lan>
This commit is contained in:
parent
7b4e3b5b40
commit
68c92981ff
@ -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."
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user