hpcaitech / ColossalAI-Platform-CLI

CLI for ColossalAI Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ”ฎ ColossalAI-Platform-CLI

๐Ÿ”— Table Of Contents

๐Ÿ“š Overview

This repository contains the Command Line Tools for the ColossalAI Platform. The CLI is called cap which stands for C(olossal)A(I) P(latform). This CLI aims to provide an interface for users to access the various functions provided on the cloud platform and boost their productivity.

The CLI is built on top of Click, a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.

๐Ÿ”จ Installation

  1. From Source
pip install git+https://github.com/hpcaitech/ColossalAI-Platform-CLI@main
  1. From PyPI
pip install colossalai-platform

โŒจ๏ธ Usage

A documentation website will be built when this CLI is mature. Before that, you can refer to the following sections to use the CLI.

Create a Project

cap project init <project-name>

About

CLI for ColossalAI Platform

License:Apache License 2.0


Languages

Language:Python 98.0%Language:Shell 1.7%Language:Dockerfile 0.3%