Tensor Parallel feasibility analyser — should you use TP, how many GPUs, does DFlash break scaling?
Project description
coolingcube-tp
Tensor Parallel feasibility analyser. Answers the question every multi-GPU inference user has:
Should I use TP? How many GPUs? Does DFlash break scaling?
Install
pip install coolingcube-tp
Usage
# RTX5090 + RTX PRO 6000, 32B model, DFlash enabled
coolingcube-tp --gpus rtx5090 rtx_pro_6000 --model 32 --dflash 8
# 4x RTX4090, 70B model, no DFlash
coolingcube-tp --gpus rtx4090 rtx4090 rtx4090 rtx4090 --model 70
# List all supported GPUs
coolingcube-tp --list-gpus
Python API
from coolingcube_tp import analyse_tp
result = analyse_tp(
gpus=["rtx5090", "rtx_pro_6000"],
model_params_b=32,
dflash_draft=8,
interconnect="pcie"
)
print(result["verdict"])
print(result["recommendation"])
How it works
NFF-IMC (Non-Feasible Finite — Inverse Mass Control) applied to inference TP:
- Computes per-GPU compute time from real TFLOPS and bandwidth specs
- Models AllReduce communication overhead per layer
- Applies DFlash draft amplification when enabled
- Returns speedup vs single GPU and a clear verdict
Free. No API calls. Runs locally.
coolingcube.cc
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 Distributions
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 coolingcube_tp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: coolingcube_tp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0714a2f508063f6fe995050c7fa32a379936e1d200aef92dea836dc131e7277
|
|
| MD5 |
8f7d57b434c81304ccda98c89e43cb72
|
|
| BLAKE2b-256 |
c770e62e44037f2efef9513e92bf25c41bd6d218c0e4367982e21357079a24ee
|