Unverified Commit 52c4276e authored by Gema Parreño's avatar Gema Parreño Committed by GitHub
Browse files

Fix link to documentation in Install from Source (#24336)

Update __init__.py

Fix link to documentation to install Transformers from source 
Probably the title changed at some point from 'Installing' to 'Install'
parent 7e71eb2e
...@@ -208,7 +208,7 @@ def check_min_version(min_version): ...@@ -208,7 +208,7 @@ def check_min_version(min_version):
if "dev" in min_version: if "dev" in min_version:
error_message = ( error_message = (
"This example requires a source install from HuggingFace Transformers (see " "This example requires a source install from HuggingFace Transformers (see "
"`https://huggingface.co/transformers/installation.html#installing-from-source`)," "`https://huggingface.co/docs/transformers/installation#install-from-source`),"
) )
else: else:
error_message = f"This example requires a minimum version of {min_version}," error_message = f"This example requires a minimum version of {min_version},"
......
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