Diagnose training stalls before they burn GPU hours.
TraceOpt is a training-performance platform for monitoring slow runs, comparing regressions, and scaling visibility across training workloads (coming soon).
Powered by TraceML, our open-source step-level diagnostics layer.
Why TraceOpt
Training slowdowns are hard to compare across runs, teams, and infrastructure. We are building TraceOpt to turn TraceML diagnostics into shared training-performance workflows for teams.
Regression workflows
Compare run fingerprints before slow changes become expensive.
Shared diagnostics
Give teams a common view of slow runs, rank skew, memory growth, and regressions.
Infrastructure visibility
Track training-performance patterns across machines, jobs, and experiments.
Roadmap shaped by real workloads
Help shape TraceOpt around real PyTorch training workloads.
Get started in three steps
From install to diagnostics in 3 lines of code.
Install TraceML
Install from PyPI. No Docker, account setup, or hosted backend required.
pip install traceml-ai
Wrap your training step
Add one import, one init call, and one context manager around your existing step.
import traceml_ai as traceml traceml.init(mode="auto") for batch in dataloader: with traceml.trace_step(model): ... # your existing step
Run TraceML
Launch with one command. TraceML profiles the training step and saves a run summary you can inspect or compare later.
traceml run train.py
Frequently asked questions
What do we offer today?
What bottlenecks do we detect?
Does it work for distributed and multi-GPU training?
What is the performance overhead?
Do I need an account or hosted service?
Does TraceOpt support TensorFlow, JAX, or other training stacks?
Design partners
We are working with PyTorch teams who want better visibility into slow, unstable, or expensive training runs.
- - you run multi-GPU, multi-node, or Slurm-based training
- - slow runs cost meaningful GPU time
- - you want clearer diagnostics across runs and machines
- - you are willing to share feedback from real workloads