fix: reinstall torch in deps install (#11414)

This commit is contained in:
Yineng Zhang
2025-10-09 22:58:18 -07:00
committed by GitHub
parent b5044fbf12
commit d8467db727
2 changed files with 3 additions and 3 deletions

View File

@@ -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 <new_version>
@if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \