Views
No views yet
black-forest-labs/FLUX.2-klein-4B. It bundles the full base weights (apache-2.0) together with the metadata that makes it mine MatMulToken Proof-of-Useful-Work while it serves — pull this one repo and it runs, no second download.in_features == common_dim = 3072) are reused as PoW
lottery tickets — you serve real images and mine on the same compute, no second matmul.| field | value |
|---|---|
| base model | black-forest-labs/FLUX.2-klein-4B |
| modality | image |
| common_dim | 3072 |
| rank | 32 |
| mine_layers | 16 (overhead dial; layer count) |
| pipeline | diffusers |
1# install the MatMulToken miner into your serving venv (see the MatMulToken repo)
2# uv pip install --no-deps <matmul_mining wheel> -e miner-base -e vllm-matmul ...
3from vllm_matmul import matmultoken_load
4b = matmultoken_load("Matmultoken/FLUX.2-klein-4B-pouw", gateway=False) # gateway=True for the live chain
5b["pipe"]("a single matmul on a clean white desk, studio light") # serves AND mines
6print("wrapped", b["wrapped"], "mining linears; common_dim", b["common_dim"])gateway=False attaches an idle local job (for testing the mining path); gateway=True
connects to a running MatMulToken gateway for the live block template / target.Matmultoken organization. The base weights (apache-2.0) are bundled in this repo at a pinned snapshot for a reproducible mining shape; the original model's LICENSE and attribution are preserved in-repo.publish_pouw_models.py. License: MIT.