Skip to content
Discussion options

You must be logged in to vote

Hi!

We typically do rely on Github for hosting our models. If you can't use the spacy download command, you could download the model first (on a different system maybe?) and transfer it and install it directly.

Our models documentation pages have a "release details" link where you can download the model directly, then install it like so :

pip install zh_core_web_trf-3.6.1.tar.gz

Alternatively, you can also find our models on the Huggingface hub: https://huggingface.co/spacy. While we usually maintain a mirror of the most recent releases there, it's not guaranteed to be stable, as officially we do host our models on Github.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Comment options

You must be logged in to vote
1 reply
@rmitsch
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
3 participants