upgrade sgl-kernel v0.0.7 (#5049)
This commit is contained in:
@@ -47,7 +47,7 @@ runtime_common = [
|
|||||||
|
|
||||||
srt = [
|
srt = [
|
||||||
"sglang[runtime_common]",
|
"sglang[runtime_common]",
|
||||||
"sgl-kernel==0.0.6",
|
"sgl-kernel==0.0.7",
|
||||||
"flashinfer_python==0.2.3",
|
"flashinfer_python==0.2.3",
|
||||||
"torch==2.5.1",
|
"torch==2.5.1",
|
||||||
"cuda-python",
|
"cuda-python",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ pip install --upgrade pip
|
|||||||
|
|
||||||
# Install flashinfer and sgl-kernel
|
# Install flashinfer and sgl-kernel
|
||||||
pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --no-cache-dir
|
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
|
# Install the main package
|
||||||
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
|
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
|
||||||
|
|||||||
Reference in New Issue
Block a user