快速開始
Accelerating Access to Academic Resources
Public Services
Click to visit the website, where you’ll find detailed tutorials.
GitHub: https://ghproxy.link/ (Click to view the currently available domain address, then click the address to navigate to the documentation)
HuggingFace Mirror: https://hf-mirror.com/
WebCal Built-in Services
Disclaimer: Due to slow network speeds on GitHub and Hugging Face for academic use, the following accelerated proxy is provided to facilitate users’ access to these resources for academic purposes. No guarantee of stability is provided. Furthermore, this accelerated service may be suspended at any time in the event of malicious attacks or similar incidents.
The following are URLs for academic resources that can be accessed with accelerated access:
- github.com
- githubusercontent.com
- githubassets.com
- huggingface.co
If using in a terminal:
source /etc/network_turbo
If using in a Notebook:
import subprocess
import os
result = subprocess.run('bash -c "source /etc/network_turbo && env | grep proxy"', shell=True, capture_output=True, text=True)
output = result.stdout
for line in output.splitlines():
if '=' in line:
var, value = line.split('=', 1)
os.environ[var] = value
Disable Academic Acceleration. If you no longer need it, we recommend disabling Academic Acceleration, as it may have some impact on normal network traffic.
unset http_proxy && unset https_proxy
Speed Comparison
Acceleration not used:

Using Acceleration:

