摘要: 原文链接 使用pip来安装python包有时候安装起来会非常慢,因此需要换成国内的源来加速下载: 使用命令 以Torch为例: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torch 常用的国内源 清华大学:Simple Index 阅读全文
posted @ 2022-06-17 10:54 代码的路 阅读(150) 评论(0) 推荐(1)