build: add huggingface_hub dependency

The server-side model-download subsystem imports huggingface_hub directly (gated-repo auth_check, whoami). It already arrives transitively via transformers, but we now use it directly so declare it explicitly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
DoronGenzelHass 2026-06-22 12:02:46 +03:00
parent 6978a466b8
commit 4676481609

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