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

オープン
#763 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。