diff --git a/python/pyproject.toml b/python/pyproject.toml index 4be241985..4a636728d 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ "fastapi", "flashinfer_python==0.5.0", "flashinfer_cubin==0.5.0", - "flashinfer_jit_cache==0.5.0", "gguf", "hf_transfer", "huggingface_hub", diff --git a/scripts/ci/ci_install_dependency.sh b/scripts/ci/ci_install_dependency.sh index 169f7a206..264783e97 100755 --- a/scripts/ci/ci_install_dependency.sh +++ b/scripts/ci/ci_install_dependency.sh @@ -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