ELS-RD / transformer-deploy

Efficient, scalable and enterprise-grade CPU/GPU inference server for 🤗 Hugging Face transformer models 🚀
https://els-rd.github.io/transformer-deploy/
Apache License 2.0
1.64k stars 150 forks source link

fix: fix authentication for private models #133

Closed ayoub-louati closed 2 years ago

ayoub-louati commented 2 years ago

Authentication token is not used for loading configuration and Sentence Transformers models. The authentication token was added for Sentence Transformers models starting from V2.2.0 version

fixes #132