Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
d8467db7
"llama/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "544b6739dde2a6b156b1673c72d94949c1940be7"
Unverified
Commit
d8467db7
authored
Oct 09, 2025
by
Yineng Zhang
Committed by
GitHub
Oct 09, 2025
Browse files
fix: reinstall torch in deps install (#11414)
parent
b5044fbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+2
-2
No files found.
Makefile
View file @
d8467db7
...
@@ -24,7 +24,7 @@ FILES_TO_UPDATE = docker/Dockerfile.rocm \
...
@@ -24,7 +24,7 @@ FILES_TO_UPDATE = docker/Dockerfile.rocm \
docs/get_started/install.md
\
docs/get_started/install.md
\
docs/platforms/amd_gpu.md
\
docs/platforms/amd_gpu.md
\
docs/platforms/ascend_npu.md
\
docs/platforms/ascend_npu.md
\
benchmark/deepseek_v3/README.md
benchmark/deepseek_v3/README.md
update
:
##
Update version numbers across project files. Usage: make update <new_version>
update
:
##
Update version numbers across project files. Usage: make update <new_version>
@
if
[
-z
"
$(
filter-out
$@
,
$(MAKECMDGOALS)
)
"
]
;
then
\
@
if
[
-z
"
$(
filter-out
$@
,
$(MAKECMDGOALS)
)
"
]
;
then
\
...
...
scripts/ci/ci_install_dependency.sh
View file @
d8467db7
...
@@ -39,7 +39,7 @@ else
...
@@ -39,7 +39,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
}
$PIP_INSTALL_SUFFIX
$PIP_CMD
install
-e
"python[dev]"
--extra-index-url
https://download.pytorch.org/whl/
${
CU_VERSION
}
$PIP_INSTALL_SUFFIX
--force-reinstall
# Install router for pd-disagg test
# Install router for pd-disagg test
SGLANG_ROUTER_BUILD_NO_RUST
=
1
$PIP_CMD
install
-e
"sgl-router"
$PIP_INSTALL_SUFFIX
SGLANG_ROUTER_BUILD_NO_RUST
=
1
$PIP_CMD
install
-e
"sgl-router"
$PIP_INSTALL_SUFFIX
...
@@ -68,7 +68,7 @@ if [ "$IS_BLACKWELL" != "1" ]; then
...
@@ -68,7 +68,7 @@ if [ "$IS_BLACKWELL" != "1" ]; then
$PIP_CMD
install
-e
lmms-eval/
$PIP_INSTALL_SUFFIX
$PIP_CMD
install
-e
lmms-eval/
$PIP_INSTALL_SUFFIX
# Install xformers
# Install xformers
$PIP_CMD
install
xformers
--index-url
https://download.pytorch.org/whl/
${
CU_VERSION
}
--no-deps
$PIP_INSTALL_SUFFIX
$PIP_CMD
install
xformers
--index-url
https://download.pytorch.org/whl/
${
CU_VERSION
}
--no-deps
$PIP_INSTALL_SUFFIX
--force-reinstall
fi
fi
# Show current packages
# Show current packages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment