Downloading privately hosted Spacy models

I have subscribed to huggingface enterprise version, and currently hosting a custom NER model trained using spacy.

The download instructions are pretty simple. It says to run

pip install https://huggingface.co/nd-admin/xxxxxxxxxx/resolve/main/xxxxxxxxx

and the package will be installed.

However, when I run this command, it asks for username and password. I tried using my huggingface password, as well as API key as password, but it doesn’t work.

I am able to login via huggingface-cli.

2 Likes