Skip to content

Commit 7f4edfd

Browse files
committed
fix repro cmdline bug
1 parent bf88db8 commit 7f4edfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytorch-bisect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
WORKSPACE_DIR: ${{ github.workspace }}
5353
GOOD_COMMIT: ${{ inputs.good_commit }}
5454
BAD_COMMIT: ${{ inputs.bad_commit }}
55+
REPRO_CMDLINE: ${{ inputs.repro_cmdline }}
5556
REGRESSION_THRESHOLD: ${{ inputs.regression_threshold }}
5657
PYTORCH_REPO: pytorch/pytorch
5758
FUNCTIONAL: ${{ inputs.type == 'functional' && '1' || '0' }}
58-
REPRO_CMDLINE: ${{ inputs.command_arguments }}
5959
CUDA_HOME: ${{ github.workspace }}/torch-benchmarks/cuda
6060
permissions:
6161
id-token: write
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
repository: pytorch-labs/tritonparse
7171
path: torch-benchmarks/tritonparse
72-
ref: xz9/add-torch-bisect
72+
ref: main
7373
fetch-depth: 0
7474

7575
- name: Checkout PyTorch

0 commit comments

Comments
 (0)