There was an error while loading. Please reload this page.
1 parent a054331 commit 800cb50Copy full SHA for 800cb50
1 file changed
.github/scripts/bisect/run.sh
@@ -15,6 +15,7 @@ required_envs=(
15
CUDA_HOME
16
FUNCTIONAL
17
REPRO_CMDLINE
18
+ USE_UV
19
)
20
21
for env_name in "${required_envs[@]}"; do
@@ -76,7 +77,7 @@ elif [ ${PREFLIGHT_RC} -ne 1 ] && [ ${FUNCTIONAL} -ne 1 ]; then
76
77
fi
78
79
# kick off the bisect!
-BASELINE_LOG="${BASELINE_LOG}" USE_UV=0 \
80
+BASELINE_LOG="${BASELINE_LOG}" USE_UV="${USE_UV}" \
81
tritonparseoss bisect \
82
--no-tui \
83
--target torch \
0 commit comments