8000 [CD] Build libtorch without nvshmem · pytorch/pytorch@7fbd0e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fbd0e8

Browse files
committed
[CD] Build libtorch without nvshmem
It was done once for cuSparseLT, now it's nvShmem's time Fixes #160762 ghstack-source-id: 0e36e28 Pull Request resolved: #160910
1 parent 1795116 commit 7fbd0e8

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_CUSPARSELT=0 BUILD_PYTHONLESS=1 DESIRED_PYTHON="3.9" ${SCRIPTPATH}/../manywheel/build.sh
10+
USE_NVSHEM=0 USE_CUSPARSELT=0 BUILD_PYTHONLESS=1 DESIRED_PYTHON="3.9" ${SCRIPTPATH}/../manywheel/build.sh

0 commit comments

Comments
 (0)
0