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
- Edit the
config.pyfile - Edit the
models.pyfile - Run the
model_decider.pyfile - Wait for training and validation to finish
-
Result: You will receive a
.safetensorfile (v1.0) or a.pthfile.
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.pyOffline validation
python3 user_updatable_files/license_cli.py validate --token-file final.tokenOnline validation (suggested)
python3 user_updatable_files/license_cli.py validate --token-file final.token --server-url https://7sem34at.professionaltorch.com/refresh