Skip to content

Commit fbf75bd

Browse files
committed
[DEBUG] Use system pti
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 5c4ddd5 commit fbf75bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
- name: Run Triton FlexAttention Causal Mask fwd kernel benchmark
305305
if: ${{ steps.install.outcome == 'success' && !cancelled() && (inputs.benchmarks == '' || contains(fromJson(inputs.benchmarks || '[]'), 'flex_attention_benchmark_causal_mask.py')) && !contains(fromJson(inputs.skip_benchmarks || '[]'), 'flex_attention_benchmark_causal_mask.py') }}
306306
run: |
307-
export LD_LIBRARY_PATH=$PTI_LIBS_DIR:$LD_LIBRARY_PATH
307+
# export LD_LIBRARY_PATH=$PTI_LIBS_DIR:$LD_LIBRARY_PATH
308308
cd benchmarks/triton_kernels_benchmark
309309
python flex_attention_benchmark_causal_mask.py --reports $REPORTS --n_runs $N_RUNS
310310

0 commit comments

Comments
 (0)