Pip换源

清华大学源

比较全,但是没有torch

pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

南京大学源

有torch但是很多包没有,建议用来安装torch

pip3 install torch torchvision torchaudio --index-url https://mirrors.nju.edu.cn/pytorch/whl/cu126
posted @ 2025-09-18 21:03  ylifs  阅读(11)  评论(0)    收藏  举报