diff --git a/Makefile b/Makefile index f0d8bc458..96d7df32b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ FILES_TO_UPDATE = docker/Dockerfile.rocm \ docs/get_started/install.md \ docs/platforms/amd_gpu.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 @if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \ diff --git a/scripts/ci/ci_install_dependency.sh b/scripts/ci/ci_install_dependency.sh index f6cf46dff..d91084b6e 100755 --- a/scripts/ci/ci_install_dependency.sh +++ b/scripts/ci/ci_install_dependency.sh @@ -39,7 +39,7 @@ else fi # 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 SGLANG_ROUTER_BUILD_NO_RUST=1 $PIP_CMD install -e "sgl-router" $PIP_INSTALL_SUFFIX @@ -68,7 +68,7 @@ if [ "$IS_BLACKWELL" != "1" ]; then $PIP_CMD install -e lmms-eval/ $PIP_INSTALL_SUFFIX # 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 # Show current packages