Akegarasu / Akegarasu/lora-scripts
[Feature] Request to update install-cn.ps1 script to support downloading torch==2.7.0+cu128 and torchvision==0.22.0+cu128 from a mirror source
未关闭
- 主要语言
- Python
- 星标
- 6.1k
- 派生
- 699
- PR 合并指标
- 30 天内没有已合并 PR
描述
In the install-cn.ps1 script, line 41 currently uses:
```
python -m pip install torch==2.7.0+cu128 torchvision==0.22.0+cu128 --index-url https://download.pytorch.org/whl/cu128
```
I propose changing it to:
```
python -m pip install torch==2.7.0+cu128 torchvision==0.22.0+cu128 --index-url https://mirrors.nju.edu.cn/pytorch/whl/cu128
```
I have personally tested this change and confirmed that it can correctly and quickly pull the corresponding torch versions. This should significantly improve installation speed for users in China
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。