Projects/SOUP/Documentation

[ SOUP / MLBRICKS KIT 1.0.0B1 ]

Installing SOUP

Install the integrated SOUP component through MLBricks Kit.

DISTRIBUTIONmlbricks-kitDOCS VERSION1.0.0b1

INSTALLATION

SOUP ships inside MLBricks Kit.

TERMINAL
pip install mlbricks-kit==1.0.0b1

REQUIREMENTS

Python3.10+
PyTorch>=2.10,<2.11
GPUOptional 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)