8000 Update on "[CD] Build libtorch without nvshmem" · pytorch/pytorch@94a7aeb · GitHub
[go: up one dir, main page]

Skip to content

Commit 94a7aeb

Browse files
committed
Update on "[CD] Build libtorch without nvshmem"
It was done once for cuSparseLT, now it's nvShmem's time Fixes #160762 [ghstack-poisoned]
2 parents c55d302 + 1071f3a commit 94a7aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/libtorch/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ set -ex
77

88
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
99

10-
USE_NVSHEM=0 USE_CUSPARSELT=0 BUILD_PYTHONLESS=1 DESIRED_PYTHON="3.9" ${SCRIPTPATH}/../manywheel/build.sh
10+
USE_NVSHMEM=0 USE_CUSPARSELT=0 BUILD_PYTHONLESS=1 DESIRED_PYTHON="3.9" ${SCRIPTPATH}/../manywheel/build.sh

0 commit comments

Comments
 (0)
0