学术资源加速
公开服务
Github加速站: https://ghproxy.link
HuggingFace加速站:https://hf-mirror.com
GPUGEEK 学术资源加速
声明
GPUGEEK 学术资源加速限于学术使用 github 和 huggingface 网络速度慢的问题,以下为方便用户学术用途使用相关资源提供的加速代理,不承诺稳定性保证。此外如遭遇恶意攻击等,将随时停止该加速服务,该服务仅限于在 GPUGEEK 平台实例中使用。
以下为可以加速访问的学术资源地址,包含如下域名及域名对应所有二级域名:
google.com
huggingface.co
hf.co
nvidia.com
docker.io
docker.com
r8.im
replicate.com
python.org
nvcr.io
gcr.io
quay.io
k8s.io
ghcr.io
github.com
githubusercontent.com
pypi.org
pytorch.org
google-analytics.com
github.io
amazonaws.com
anaconda.com
anaconda.org
vllm.ai
microsoft.com
wandb.ai
gradio.app
azure.cn
googleapis.com
r8.im
us-docker.pkg.dev
西北一区在终端中使用:
curl -sSL -o /etc/network_turbo https://oss-high-sq01.cdsgss.com/public-static-prod-gpuzoom/installation/platform/cn-northwest1-network_turbo
chmod +x /etc/network_turbo
source /etc/network_turbo
华东三区在终端中使用:
curl -sSL -o /etc/network_turbo https://oss-high-sq01.cdsgss.com/public-static-prod-gpuzoom/installation/platform/cn-east3-network_turbo
chmod +x /etc/network_turbo
source /etc/network_turbo
取消网络加速
unset http_proxy && unset https_proxy && unset all_proxy && unset no_proxy
unset HTTP_PROXY && unset HTTPS_PROXY && unset ALL_PROXY && unset NO_PROXY
git config --global --unset http.proxy
git config --global --unset https.proxy