AutoForge — automatic model building, training, and fine-tuning that calibrates to your hardware
Project description
brsx
AutoForge — build, train, and fine-tune models that calibrate themselves to your hardware.
brsx probes your GPU/CPU by actually running a few steps, picks a model size that fits your memory and speed target, and trains it. No config wrestling — pick a mode and go.
Install
pip install brsx
Optional extras (installed only if you need them):
pip install brsx[finetune] # HuggingFace fine-tuning (transformers, peft, accelerate)
pip install brsx[qlora] # 4-bit QLoRA (bitsandbytes, Linux/CUDA)
pip install brsx[tokenizer] # fast BPE for the MTP branch
pip install brsx[all] # everything
Usage
from brsx import automodel
automodel.run()
You'll get a menu:
1) Transformer training — train a standard Transformer from scratch
2) MTP Transformer training — Multi-Token Prediction heads (DeepSeek-V3 style)
3) HuggingFace model fine-tune — fine-tune a HF model (local path or hub id)
4) brsx (.pt) model fine-tune — fine-tune an existing brsx model
5) fine-tune a mtp model
6) find rigth config for your pc
7) dataset editor for json, jsonl, parquet...
8) convert brsx model(.pt) to safetensors
9) A training system that can continue halfway with a special brsx technique without an optimizer load
10)Hybrid model training (transformer, mamba, gru, cnn all in one models.)
11)hybrid fine-tune
Pick one and follow the prompts — everything (mode, learning rate, steps, checkpointing, data source) is asked interactively.
License
Apache-2.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brsx-0.6.0.tar.gz.
File metadata
- Download URL: brsx-0.6.0.tar.gz
- Upload date:
- Size: 9.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b7d18b3d0e4eb71ff2881f3e9ba8bee6aa9310d110721da475eef78dffc1739
|
|
| MD5 |
cf55dc436ed7a61a7e3566daa86490f9
|
|
| BLAKE2b-256 |
1d819832ede7f0dbb7458bd9f3221cc7f1afdf93ab8f87ef06c9ee7874a94b0a
|
File details
Details for the file brsx-0.6.0-py3-none-any.whl.
File metadata
- Download URL: brsx-0.6.0-py3-none-any.whl
- Upload date:
- Size: 10.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5025c60a9ea1e67ec141724b46d7d6599722dff1804cafbb3ea9535da0313030
|
|
| MD5 |
ee71d559559f12db5d5ff59aacb64ca1
|
|
| BLAKE2b-256 |
36a3da66860d0a4b8f02beb499099b348e79c7fe7567861e337d2374a53fa488
|