"vscode:/vscode.git/clone" did not exist on "5d03b99a08e24e14a64c065b3fe5850d94a49f91"
Unverified Commit 6e29446e authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

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

parent 0c3543d7
...@@ -28,7 +28,6 @@ dependencies = [ ...@@ -28,7 +28,6 @@ dependencies = [
"fastapi", "fastapi",
"flashinfer_python==0.5.0", "flashinfer_python==0.5.0",
"flashinfer_cubin==0.5.0", "flashinfer_cubin==0.5.0",
"flashinfer_jit_cache==0.5.0",
"gguf", "gguf",
"hf_transfer", "hf_transfer",
"huggingface_hub", "huggingface_hub",
......
...@@ -94,7 +94,7 @@ else ...@@ -94,7 +94,7 @@ else
fi fi
# Install the main package # 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 # Install router for pd-disagg test
$PIP_CMD install sglang-router $PIP_INSTALL_SUFFIX $PIP_CMD install sglang-router $PIP_INSTALL_SUFFIX
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment