Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/deepnode/localserver/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 时需要,运行时不需要)──
Expand Down
Loading