0.0.7
修复
ov-cli setup 安装依赖时,先单独从 PyTorch CPU 索引装 torch + torchvision,再装其他依赖。避免 pip 默认拉 CUDA 版 torch,连带下载 3.4G 用不上的 nvidia/* 和 triton。venv 体积从 5.7G 降至 1.9G。
ov-cli setup now installs torch + torchvision first from the PyTorch CPU-only index (--index-url https://download.pytorch.org/whl/cpu), then installs the remaining dependencies. This prevents pip from pulling the CUDA-enabled torch by default, which would drag in ~3.4G of unnecessary nvidia/* CUDA libraries and triton (~3.8G total). The venv size dropped from 5.7G to 1.9G.