diff --git a/clients/deepnode/localserver/requirements.txt b/clients/deepnode/localserver/requirements.txt index dabf62c..4eeee90 100644 --- a/clients/deepnode/localserver/requirements.txt +++ b/clients/deepnode/localserver/requirements.txt @@ -18,7 +18,7 @@ pyyaml>=6.0 # config.yaml 解析 psutil>=6.1.0 # CPU/内存/硬件信息采集 # ── 模型下载 ── -huggingface-hub>=0.26.0 # HuggingFace 模型下载(snapshot_download) +huggingface-hub>=1.16.1 # HuggingFace 模型下载(snapshot_download) modelscope>=1.18.0 # ModelScope 模型下载(dual-source support) # ── 开发/构建工具(仅编译 proto 时需要,运行时不需要)──