huggingface / hub-docs

Docs of the Hugging Face Hub
http://hf.co/docs/hub
Apache License 2.0
285 stars 245 forks source link

Update pip installation of spacy models from hub spacy.md #1422

Closed Huertas97 closed 2 weeks ago

Huertas97 commented 1 month ago

The update in the way to install spacy models from the hub comes from how pip parse the URL to check pacage name and version. As it detect's "any" as version, it can raise an error. Adding the name of the package alongside the URL solve this. More info in this GitHub issue: https://github.com/explosion/spaCy/issues/13599

HuggingFaceDocBuilderDev commented 2 weeks ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.