Skip to main content

Local TORCH_TRACE run hub with artifact browsing and diffing.

Project description

tlhub

tlhub is a local hub for TORCH_TRACE runs.

Instead of manually setting TORCH_TRACE, running a program, and then feeding the logs into tlparse, tlhub folds that loop into one tool:

  1. Wraps a command and sets TORCH_TRACE for it.
  2. Indexes the resulting trace logs into browsable artifacts.
  3. Keeps a local daemon-backed UI where runs can be viewed, compared, diffed, and deleted.

tlhub does not reuse tlparse's HTML renderer. It parses the structured trace logs directly and renders its own viewer, but it now targets the same major report surfaces as tlparse: compile summaries, stack trie, failures and restarts, raw JSONL, export diagnostics, provenance tracking, vLLM views, and multi-rank analysis.

Install

python3 -m pip install tlhub

From source:

python3 -m pip install -e .

Quick start

Prefix any command with tlhub:

tlhub python train.py

That will:

  • create a new run directory under TLHUB_HOME or ~/.local/share/tlhub
  • set TORCH_TRACE for the wrapped command
  • check for the background daemon and start it if needed
  • ingest the resulting trace logs
  • print a run URL you can open in the browser

Open the dashboard without running a command:

tlhub

Stop the daemon:

tlhub --stop

There are no user-facing subcommands. Run deletion and cross-run comparison happen in the web UI.

If you are tunneling or reverse-proxying the local daemon, set BASE_URL to rewrite the printed and browser-opened URLs while keeping the server bound to 127.0.0.1:

BASE_URL=https://proxy.example.com/reviewer?via=ssh tlhub python train.py

tlhub will substitute the runtime port into that URL. The web UI also preserves the configured path prefix and query string across links, forms, and redirects.

Viewer parity targets

The viewer now exposes the main tlparse surfaces in tlhub form:

  • run dashboard
  • per-run compile directory
  • compile-detail pages with stack, output files, compile metrics, custom op info, symbolic shape specialization, created symbols, unbacked symbols, and guard-added-fast data
  • stack trie over compile stacks
  • failures and restarts summary
  • raw.jsonl shortraw-style output with the string table prepended
  • export diagnostics plus guard detail pages
  • provenance-tracking pages that align pre-grad graphs, post-grad graphs, and generated code via node mappings
  • vLLM-specific summary pages with piecewise split graphs, compile config, and per-subgraph artifact listings
  • multi-rank diagnostics:
    • compile id divergence
    • cache-pattern divergence
    • collective divergence
    • tensor-meta divergence
    • runtime delta summaries
    • execution-order summaries
  • combined and derived report artifacts such as:
    • chromium_events.json
    • runtime_estimations.json
    • chromium_trace_with_runtime.json
    • collective_schedules.json
    • collectives_parity.json
    • execution_order_report.json
    • compile_directory.json

The diffing workflow is built into the UI. You can either:

  • compare two runs and let tlhub line up artifacts by family plus occurrence index
  • pick any two artifacts manually and diff them directly

This is especially useful for FX graphs, Inductor output code, and report JSON. FX-graph diffs also get a graph-aware semantic view so added, removed, and retargeted nodes are visible before you drop to raw line diffs.

What gets indexed

The ingester understands the same raw TORCH_TRACE log shape that tlparse reads:

  • glog-formatted structured log lines
  • JSON envelopes
  • tab-indented payload bodies following has_payload
  • string-table ("str") entries used by stack frames

It extracts and stores artifacts such as:

  • graph payloads like dynamo_output_graph, aot_*_graph, and inductor_*_graph
  • graph_dump
  • inductor_output_code
  • dynamo_guards
  • generic artifact payloads with string or json encoding
  • memoizer_artifacts
  • dump_file
  • exported_program
  • synthetic report outputs derived from the run

Artifacts are grouped by a stable family key plus occurrence index so that matching outputs from two runs can be lined up and diffed.

Web UI

The local UI provides:

  • a run dashboard
  • a report section for raw.jsonl and derived diagnostics
  • compile-detail pages
  • export-guard detail pages
  • provenance detail pages
  • per-run artifact browsing
  • artifact-family matching across two runs
  • arbitrary artifact-to-artifact diffing
  • run deletion

For graph-like text artifacts, the viewer records lightweight summaries such as node counts and op buckets to make diffs easier to scan. Synthetic reports are also first-class artifacts, so you can diff analysis outputs across runs, not just raw payloads.

Daemon behavior

The daemon is local-only and binds to 127.0.0.1.

Every normal tlhub invocation checks whether the daemon is already up and starts it automatically when needed. tlhub --stop is the only normal daemon-management command.

tlhub is also upgrade-aware: the daemon records the package version it was started from, and a newer tlhub client will automatically stop and replace an older daemon on the next invocation.

Tests

python3 -m unittest discover -s tests -v

Publish

Build and validate the distribution locally:

uv build
uv run --with twine python -m twine check dist/*

Publish directly from your machine:

uv publish

The repo also includes a GitHub Actions workflow at .github/workflows/publish.yml that publishes on tags like v0.1.0.

Before using the workflow, configure PyPI Trusted Publishing for:

  • owner or user: bobrenjc93
  • repository: tlhub
  • workflow: publish.yml
  • environment: pypi

Release flow:

  1. Update src/tlhub/__init__.py with the new version.
  2. Commit and push main.
  3. Create and push a matching tag such as v0.1.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tlhub-0.3.1.tar.gz (67.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tlhub-0.3.1-py3-none-any.whl (62.1 kB view details)

Uploaded Python 3

File details

Details for the file tlhub-0.3.1.tar.gz.

File metadata

  • Download URL: tlhub-0.3.1.tar.gz
  • Upload date:
  • Size: 67.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tlhub-0.3.1.tar.gz
Algorithm Hash digest
SHA256 00a12fe637c930cb7ed198fd12b61e7bfce90a12632378edcd2bd11e798c904d
MD5 f501e2074574d197497d2621b8f8bac9
BLAKE2b-256 cd02e2f34e93125e2bd8e4a74d60e9223f20bec5a096eb9130651f7f67c1d96a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tlhub-0.3.1.tar.gz:

Publisher: publish.yml on bobrenjc93/tlhub

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tlhub-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: tlhub-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tlhub-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 068052454b4f678b2df683d66b44827951bef985f7d5e893a1ef7a0c5e12da28
MD5 8252ce69a6e83642212f796dbc65fa70
BLAKE2b-256 a2815c1071f5ca199119f16c87e1e52b58600fa71355dadfe92a8bf1ec710610

See more details on using hashes here.

Provenance

The following attestation bundles were made for tlhub-0.3.1-py3-none-any.whl:

Publisher: publish.yml on bobrenjc93/tlhub

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page