1.pip install ,git clone,hugging face等等
对于Pip install ,autodl默认添加了阿里云和清华源。
对于git clone和hugging face下载模型,autodl 使用的是学术加速,如下面的链接所示:
https://www.autodl.com/docs/network_turbo/

2.uv作为流行的一站式包管理器,autodl没有提供其加速方法。
需要进行换源,比如暂时性换源阿里云。实测发现在别的服务器把.venv压缩打包再到autodl上是无法使用的。
比如:
bash
GIT_LFS_SKIP_SMUDGE=1 uv sync --index https://mirrors.aliyun.com/pypi/simple/