Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runtime_common = [

srt = [
"sglang[runtime_common]",
"sgl-kernel==0.0.6",
"sgl-kernel==0.0.7",
"flashinfer_python==0.2.3",
"torch==2.5.1",
"cuda-python",
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pip install --upgrade pip

# Install flashinfer and sgl-kernel
pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --no-cache-dir
pip install sgl-kernel==0.0.6 --no-cache-dir
pip install sgl-kernel==0.0.7 --no-cache-dir

# Install the main package
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
Expand Down
Loading