We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3a60c commit 662da35Copy full SHA for 662da35
.github/scripts/ppc64le-build.sh
@@ -9,7 +9,7 @@ export PYTORCH_BUILD_NUMBER=1
9
cd /workspace/$PACKAGE_NAME
10
11
# Build and install PyTorch wheel
12
-if ! (MAX_JOBS=4 python setup.py bdist_wheel); then
+if ! (MAX_JOBS=4 python setup.py bdist_wheel --version=$PYTORCH_BUILD_VERSION); then
13
echo "------------------$PACKAGE_NAME:install_fails-------------------------------------"
14
exit 1
15
fi
0 commit comments