• AfriLink

  • AfriColab

  • FAQ?

AfriColab

Browser-based JupyterLab sessions backed by high-performance GPU compute. No setup — just launch and start coding.

Overview

AfriColab is a cloud notebook platform that gives you a full JupyterLab environment backed by GPU compute. Launch from your dashboard and within minutes you have a ready-to-use notebook with PyTorch, TensorFlow, and popular data science libraries pre-installed.

Instant JupyterLab

One-click launch from your dashboard. Full Jupyter environment with terminal access, file browser, and GPU support.

HPC-Backed Compute

Sessions run on A100 GPU nodes, scheduled via SLURM for reliable performance.

Pre-configured Environments

PyTorch, TensorFlow, Hugging Face Transformers pre-installed. Start coding immediately.

Secure Tunnelling

Sessions accessed via encrypted tunnels with per-user authentication.

How It Works

1. Launch: Click "Launch Session" on your dashboard. The platform provisions a GPU node and starts your JupyterLab instance.

2. Code: Open your notebook via the returned URL. Upload data, install packages, and run GPU workloads.

3. Billing: Sessions are billed at $1.80 per GPU-hour from your general credit balance, tracked in real time.

AfriColab vs AfriLink

AfriColabAfriLink SDK
InterfaceBrowser (JupyterLab)Python SDK (pip install)
Best forInteractive exploration, prototypingAutomated finetuning pipelines
Rate$1.80/GPU-hr$2.00/GPU-hr
CreditsGeneral onlyGeneral + Voucher
Run fromDashboardAny notebook (Colab, Jupyter, local)

Frequently Asked Questions

Find answers to common questions about our platform and services.

Both products run on NVIDIA A100 nodes via SLURM. You can request 1 to 4+ GPUs per job. Additional backends with different GPU configurations are coming soon.

Pay-as-you-go based on actual GPU time. AfriColab costs $1.80/GPU-hr; AfriLink costs $2.00/GPU-hr. Add credits via Stripe or redeem voucher codes. Balance, usage breakdown, and invoices are on the Billing tab.

Voucher codes (format XXXX-XXXX-XXXX-XXXX) are redeemable on the Payment Methods page. They load AfriLink-specific credits, deducted before your general balance.

Yes — this is the primary use case. Run !pip install afrilink-sdk in a Colab cell, authenticate with your DataSpires credentials, and submit finetune jobs. See our live demo notebook.

The SDK accepts pandas DataFrames (with a text column in Alpaca format), HuggingFace Dataset objects, or paths to local JSONL/CSV files. Pre-configured datasets like Stanford Alpaca and Databricks Dolly are also available by name.

Call client.download_model(job_id, "./my-model") after completion, then load with PeftModel.from_pretrained(base_model, "./my-model"). The directory contains the adapter, tokenizer, and training config.

Yes — set backend="cineca" (default and currently available) in client.finetune(). Additional backends will appear in the table as they go live. Your code stays the same — just change the string.

Certificates are valid for ~12 hours. The SDK warns at 60, 30, 15, and 5 min before expiry. Jobs keep running regardless. Call client.recover_session("./models") to get a fresh certificate, check jobs, and download results.

Sign up at dataspires.com. For AfriLink: pip install afrilink-sdk and authenticate. For AfriColab: log in and click Launch Session. Both share the same account and credit balance.