换源

pip 换源

临时

pip install package-name -i https://pypi.tuna.tsinghua.edu.cn/simple/

一劳永逸

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

之后直接 pip install package name 就默认使用国内源

Conda 换源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

Hugging Face 换源

export HF_ENDPOINT=https://hf-mirror.com

换源
https://lmc20020909.github.io/换源/
作者
Liu Mingchen
发布于
2023年12月23日
许可协议