build: add huggingface_hub dependency

Required by the server-side model downloader to resolve the logged-in
user (whoami) and validate access to gated HuggingFace repositories.
This commit is contained in:
Alex 2026-06-24 09:06:09 +03:00 committed by DoronGenzelHass
parent f6c162ddcf
commit 418d272cfa

View File

@ -9,6 +9,7 @@ numpy>=1.25.0
einops
transformers>=4.50.3
tokenizers>=0.13.3
huggingface_hub
sentencepiece
safetensors>=0.4.2
aiohttp>=3.11.8