Compute Rental
Ctrl K

Guide

Accelerating Access to Academic Resources

GuideIntegrationsFAQSupport
PricingBlog
Quick StartTop-Up and BillingAccelerating Access to Academic ResourcesQuick StartIntroductionMaintenance and TroubleshootingNetwork
PlatformJetBrain ProjectorTmpWebCal Scholars Program @2026Introduction to the Public Beta/Suqian Zone AAbout UsCopying Data Between InstancesAnalysis of Server Performance MetricsTidal Computing PowerLoad Balancing
Domestic ChipsUsing Huawei MindIEHuawei Ascend NPUMooreThread GPU
Environment SetupCUDA/cuDNNMinicondaPython3.XInstalling DependenciesOverviewImages
Enterprise FeaturesFlexible DeploymentElastic Deployment Release NotesBest Practices for Elastic DeploymentPerformance Metrics Monitoring
Container InstancesJupyterLabRemote SSH ConnectionSave the imageScaling ConfigurationMulti-machine, multi-GPU parallel processingDaemonOverviewChange the billing methodMigration Example (Same Region)Migration ExamplesRemote DesktopReset the system
Choosing a GPUGPU SelectionPerformance Testing
DataUpload DataDownload DataPublic DataPublic Cloud Storage (Highly Recommended)Compression / DecompressionFile StorageLocal data diskOverview
Best PracticesFileZillaGitGromacsHuggingFaceKataGoLinux BasicsMPIOpenCLPyCharm Remote DevelopmentR (RStudio) InstallationSSH TunnelTensorBoardRemote Development with VSCodeVisdomVulkanXShellOpen PortsWeChat MessagesPerformanceExpose multiple servicesMoney-Saving TipsComputation Precision IssuesSoftware Sources

Quick Start

Accelerating Access to Academic Resources

07/30/202696775 views

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:

image-20220902184957292

Using Acceleration:

image-20220902185038755

Next articlePerformance Testing
Compute Rental DocsBack to Guide