Skip to content

Commit 800cb50

Browse files
committed
use uv for bisect
1 parent a054331 commit 800cb50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/bisect/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ required_envs=(
1515
CUDA_HOME
1616
FUNCTIONAL
1717
REPRO_CMDLINE
18+
USE_UV
1819
)
1920

2021
for env_name in "${required_envs[@]}"; do
@@ -76,7 +77,7 @@ elif [ ${PREFLIGHT_RC} -ne 1 ] && [ ${FUNCTIONAL} -ne 1 ]; then
7677
fi
7778

7879
# kick off the bisect!
79-
BASELINE_LOG="${BASELINE_LOG}" USE_UV=0 \
80+
BASELINE_LOG="${BASELINE_LOG}" USE_UV="${USE_UV}" \
8081
tritonparseoss bisect \
8182
--no-tui \
8283
--target torch \

0 commit comments

Comments
 (0)