[hotfix] Remove flashinfer-jit-cache from pyproject (#12530)

This commit is contained in:
Baizhou Zhang
2025-11-02 22:11:05 -08:00
committed by GitHub
parent 0c3543d7d5
commit 6e29446e45
2 changed files with 1 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ else
fi
# Install the main package
$PIP_CMD install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} --extra-index-url https://flashinfer.ai/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX
$PIP_CMD install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX
# Install router for pd-disagg test
$PIP_CMD install sglang-router $PIP_INSTALL_SUFFIX