basilica-cli-helper

Rent GPUs and run ML training jobs on the Basilica platform via CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/synapz-org/basilica-cli-claude-skill --skill basilica-cli-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: basilica-cli-helper
Source: https://github.com/synapz-org/basilica-cli-claude-skill/tree/main
Command: npx skills add https://github.com/synapz-org/basilica-cli-claude-skill --skill basilica-cli-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and examples (resource) components.

What problem does it solve?

This Skill simplifies the process of renting powerful GPUs and running machine learning training jobs on Basilica's decentralized compute platform, overcoming limitations of non-interactive environments.

Core Features & Use Cases

  • GPU Rental: Easily rent various GPU types (A100, H100, etc.) from secure datacenters or community networks.
  • ML Training Execution: Run PyTorch, TensorFlow, and other ML workloads on remote GPU instances.
  • Resource Management: Manage compute resources, monitor costs, and transfer files efficiently.
  • Use Case: A data scientist needs to train a large deep learning model but lacks local GPU resources. They can use this Skill to quickly rent an H100 GPU, upload their training code, run the job, and download the results, all through a simple command-line interface.

Quick Start

Use the basilica-cli-helper skill to rent an H100 GPU and copy your training script 'train.py' to the instance.

Frequently Asked Questions about basilica-cli-helper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rent GPUs and run ML training jobs from a non-interactive environment?

You can rent GPUs and run machine learning jobs in non-interactive environments using a Python script workaround that bypasses TTY limitations to execute commands on Basilica's decentralized compute platform.

Can I run PyTorch and TensorFlow workloads on rented cloud GPUs without local hardware?

Yes, you can run PyTorch, TensorFlow, and other ML workloads on remote cloud GPU instances by renting A100 or H100 GPUs, uploading your training code, and executing jobs through the command line.

How do I transfer files and manage compute resources when running ML jobs on decentralized cloud GPUs?

You can transfer files and manage compute resources by using command-line operations to upload training code, monitor rental costs, execute jobs, and download results from your rented GPU instances.

Does Basilica CLI helper work in Claude Code for renting secure and community cloud GPUs?

Yes, the Basilica CLI helper works in Claude Code by addressing TTY limitations through a Python script workaround, enabling you to source GPUs from secure datacenters or community networks.

What is the best way to train deep learning models when I lack local GPU resources?

The best way to train deep learning models without local GPUs is to rent powerful instances like H100s from decentralized platforms, upload your code, run the training job, and download the results remotely.

Why does my CLI GPU rental process fail in non-interactive environments?

CLI GPU rental processes fail in non-interactive environments due to TTY limitations, which the Basilica helper solves by using a Python script workaround to initiate interactive and non-interactive rentals.