From 4676481609efbd2ab5d6af084414883900377938 Mon Sep 17 00:00:00 2001 From: DoronGenzelHass Date: Mon, 22 Jun 2026 12:02:46 +0300 Subject: [PATCH] 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) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0c8b1888e..830213707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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