Skip to content

Commit dd737a2

Browse files
committed
Fix command typo in README.md for reproducer generation
1 parent fa06e41 commit dd737a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Extract any kernel into a standalone, executable Python script for debugging or
8080

8181
```bash
8282
# Generate reproducer from first launch event
83-
tritonparse reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
83+
tritonparseoss reproduce ./parsed_output/trace.ndjson.gz --line 2 --out-dir repro_output
8484

8585
# Run the generated reproducer
8686
cd repro_output/<kernel_name>/
@@ -128,7 +128,7 @@ pip install git+https://github.com/meta-pytorch/tritonparse.git
128128

129129
**Prerequisites:** Python ≥ 3.10, Triton ≥ 3.4.0, GPU required (NVIDIA/AMD)
130130

131-
TritonParse relies on new features in Triton. Please install the latest version of Triton:
131+
TritonParse relies on new features in Triton. If you're using nightly PyTorch, Triton is already included. Otherwise, install the latest Triton:
132132
```bash
133133
pip install triton
134134
```

0 commit comments

Comments
 (0)