Skip to content

Conversation

@ezyang
Copy link
Contributor

@ezyang ezyang commented Jan 19, 2026

Enables running a command with TORCH_TRACE automatically set:
tlparse run -- python foo.py

Instead of the previous two-step process:
TORCH_TRACE=./tmp python foo.py
tlparse ./tmp

Claude code

Fixes #162

Enables running a command with TORCH_TRACE automatically set:
  tlparse run -- python foo.py

Instead of the previous two-step process:
  TORCH_TRACE=./tmp python foo.py
  tlparse ./tmp
@meta-cla meta-cla bot added the cla signed label Jan 19, 2026
@ezyang ezyang requested a review from zou3519 January 19, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

one-liner to run tlparse

3 participants