Skip to content

Commit a21a4bf

Browse files
pytorchbotatalman
andauthored
[CI] Move libtorch-cpu-shared-with-deps-release-build to python 3.10 (pytorch#164182)
[CI] Move libtorch-cpu-shared-with-deps-release-build to python 3.10 (pytorch#162877) Related to pytorch#162862 Pull Request resolved: pytorch#162877 Approved by: https://github.com/malfet (cherry picked from commit c9e57d7) Co-authored-by: atalman <[email protected]>
1 parent 21fec65 commit a21a4bf

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_NVSHMEM=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.10" ${SCRIPTPATH}/../manywheel/build.sh

0 commit comments

Comments
 (0)