WebCal
Ctrl K

Guía

Accelerating Access to Academic Resources

GuíaIntegracionesFAQSoporte
PreciosBlog
Inicio rápidoTop-Up and BillingAccelerating Access to Academic ResourcesQuick StartIntroductionMaintenance and TroubleshootingNetwork
PlataformaJetBrain ProjectorTmpWebCal Scholars Program @2026Introduction to the Public Beta/Suqian Zone AAbout UsCopying Data Between InstancesAnalysis of Server Performance MetricsTidal Computing PowerLoad Balancing
Chips nacionalesUsing Huawei MindIEHuawei Ascend NPUMooreThread GPU
Configuración del entornoCUDA/cuDNNMinicondaPython3.XInstalling DependenciesOverviewImages
Funciones empresarialesFlexible DeploymentElastic Deployment Release NotesBest Practices for Elastic DeploymentPerformance Metrics Monitoring
Instancias de contenedorJupyterLabRemote SSH ConnectionSave the imageScaling ConfigurationMulti-machine, multi-GPU parallel processingDaemonOverviewChange the billing methodMigration Example (Same Region)Migration ExamplesRemote DesktopReset the system
Elegir una GPUGPU SelectionPerformance Testing
DatosUpload DataDownload DataPublic DataPublic Cloud Storage (Highly Recommended)Compression / DecompressionFile StorageLocal data diskOverview
Prácticas recomendadasFileZillaGitGromacsHuggingFaceKataGoLinux BasicsMPIOpenCLPyCharm Remote DevelopmentR (RStudio) InstallationSSH TunnelTensorBoardRemote Development with VSCodeVisdomVulkanXShellOpen PortsWeChat MessagesPerformanceExpose multiple servicesMoney-Saving TipsComputation Precision IssuesSoftware Sources

Inicio rápido

Accelerating Access to Academic Resources

30/07/202696766 vistas

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

Siguiente artículoPerformance Testing
Docs de Compute RentalVolver a Guía