Documentation

v0.1 ALPHA Ready

Startup / First Download & Run

After buying your license, Stripe will redirect you to a page where you can download the software and obtain your license token.

Note: Each token is one-time use and linked to your device ID. It will break if the startup validation finds hardware inconsistencies.

Startup Process

  1. Edit the config.py file
  2. Edit the models.py file
  3. Run the model_decider.py file
  4. Wait for training and validation to finish
  5. Result: You will receive a .safetensor file (v1.0) or a .pth file.

Maker.py

Create a model with a single line of code. Import maker into your models.py file to begin.

from maker import ModelMaker

Supported Model Types

MoE Vision Model
Small LLM
Medium LLM
Large LLM
GAN (Small / Large)
Diffusion (Small / Med / Large)
Regression (Simple / Advanced)
Vision (Simple / Advanced)
SSM

CLI Commands

Starting the app

python startapp.py

Offline validation

python3 user_updatable_files/license_cli.py validate --token-file final.token

Online validation (suggested)

python3 user_updatable_files/license_cli.py validate --token-file final.token --server-url https://7sem34at.professionaltorch.com/refresh