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

Aperta
#763 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
6.1k
Fork
699
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.