There was an error while loading. Please reload this page.
2 parents 869285f + 86fc622 commit 0af2a4eCopy full SHA for 0af2a4e
1 file changed
benchmarks/benchmark_lib.sh
@@ -1657,7 +1657,7 @@ install_agentic_deps() {
1657
mkdir -p "$AIPERF_UV_CACHE_DIR"
1658
1659
UV_CACHE_DIR="$AIPERF_UV_CACHE_DIR" \
1660
- "$AIPERF_UV_BIN" venv --python "$(command -v python3)" "$AIPERF_VENV"
+ "$AIPERF_UV_BIN" venv --python "${AIPERF_PYTHON_VERSION:-3.11}" "$AIPERF_VENV"
1661
1662
"$AIPERF_UV_BIN" pip install --python "$AIPERF_PYTHON" \
1663
-r "$AGENTIC_DIR/requirements.txt" \
0 commit comments