INSTALLATION
SOUP ships inside MLBricks Kit.
TERMINAL
pip install mlbricks-kit==1.0.0b1REQUIREMENTS
| Python | 3.10+ |
| PyTorch | >=2.10,<2.11 |
| GPU | Optional for PyTorch routes; native component routes depend on wheel/runtime support. |
VERIFY
PYTHON
import mlbricks
from mlbricks import SOUP, soup
print(mlbricks.__version__)
model = SOUP(dim=512, width=1116, depth=2)