Skip to content

Build, pre-tain, finetune, deploy ML models with one command from your local environment on powerful GPUs

License

Notifications You must be signed in to change notification settings

spacejar-labs/spacejar-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


 ____                        _               ____ _     ___ 
/ ___| _ __   __ _  ___ ___ (_) __ _ _ __   / ___| |   |_ _|
\___ \| '_ \ / _` |/ __/ _ \| |/ _` | '__| | |   | |    | | 
 ___) | |_) | (_| | (_|  __/| | (_| | |    | |___| |___ | | 
|____/| .__/ \__,_|\___\___|/ |\__,_|_|     \____|_____|___|
      |_|                 |__/                              

🚀 Spacejar is a command-line tool that simplifies building, training, fine-tuning, and deploying ML models. Use one command to run your entire ML workflow, from your local environment to scalable, powerful cloud resources.

🖥️ No new frameworks to learn, no code changes.

Installation

pip install spacejar

Quick Start

Add spacejar run before any python command to run it on spacejar.

spacejar run python train.py

Configuration

When you run spacejar run for the first time, it automatically creates a .spacejar/config.yaml file in your project root. Adjust accordingly.

License

This project is licensed under the terms of the Apache 2.0 license. See LICENSE for more details.


Made with ❤️ by Spacejar Labs