A declarative, ultra-minimalist ML framework for zero-boilerplate hardware-agnostic inference and training.
Project description
FatTummy
A declarative, ultra-minimalist Python framework designed to collapse complex data processing, hardware detection (GPU/TPU), multi-engine inference (APIs + Local), fine-tuning, and custom architecture deployment into a beautiful, stateless 5-command interface.
Installation
pip install fattummy
Quick Start
Building and chatting with a custom 10B Mixture of Experts model:
import fattummy as ft
ft.build()
ft.modelbuild("10B")
ft.type(ft.MOOE)
ft.data("bigcode/the-stack-v2", "bigcode/starcoderdata")
ft.temp(0.7)
ft.chat()
The framework automatically detects if you are on a TPU or GPU, installs the correct PyTorch wheels natively, configures Hugging Face dependencies, and launches an interactive chat session.
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 fattummy-0.1.2.tar.gz.
File metadata
- Download URL: fattummy-0.1.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78798d14977eb76c099cf66919e4ad5e696a207eda847215e0ab39dea067672a
|
|
| MD5 |
9954ec5e8bd0ee0e9993ca273edf75c3
|
|
| BLAKE2b-256 |
38b16f2c3651e62e214eeafc358734975d087b55519777563d3521fc244bf9b6
|
File details
Details for the file fattummy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: fattummy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38a2e6055103bcd6d3b0816b7ee0dcf276126d4a88349f1a9a26ce2a3cd763ee
|
|
| MD5 |
976bef00dcb8eb1ae9d01d8403d9360b
|
|
| BLAKE2b-256 |
5ff3578f9fcc1b849054376ece8254d473c3613ef1ca2a4de71b642493386c22
|