2025-10-19 13:51:48 +08:00
|
|
|
|
# requirements.txt
|
2025-10-15 20:37:30 +08:00
|
|
|
|
|
2026-04-07 19:23:12 +08:00
|
|
|
|
# ===== PyTorch:GPU (CUDA 12.1) 版本,如无 NVIDIA GPU 可改为 cpu =====
|
|
|
|
|
|
--extra-index-url https://download.pytorch.org/whl/cu121
|
2026-04-07 01:25:46 +08:00
|
|
|
|
|
|
|
|
|
|
gradio==4.44.1
|
|
|
|
|
|
gradio-client==1.3.0
|
|
|
|
|
|
pydantic==2.10.6
|
|
|
|
|
|
pydantic-core==2.27.2
|
|
|
|
|
|
huggingface_hub==0.23.0
|
|
|
|
|
|
numpy==1.26.4
|
|
|
|
|
|
control==0.9.4
|
|
|
|
|
|
matplotlib==3.9.4
|
|
|
|
|
|
aiohttp==3.13.5
|
|
|
|
|
|
pillow==10.4.0
|
|
|
|
|
|
# ===== 新增:混动模型(Model)运行依赖 =====
|
2026-04-07 19:23:12 +08:00
|
|
|
|
torch==2.4.1+cu121
|
2026-04-07 01:25:46 +08:00
|
|
|
|
botorch==0.14.0
|
|
|
|
|
|
gpytorch==1.14
|
|
|
|
|
|
pyro-ppl==1.9.1
|
|
|
|
|
|
pandas==2.3.3
|
2026-04-07 19:23:12 +08:00
|
|
|
|
scipy>=1.10
|
2026-04-07 01:25:46 +08:00
|
|
|
|
scikit-learn==1.7.1
|
2026-04-07 19:23:12 +08:00
|
|
|
|
psutil>=5.9
|