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 92f6f34 commit 4a136fdCopy full SHA for 4a136fd
scripts/wheelbuilder/linux/torch.sh
@@ -38,7 +38,10 @@
38
# SOFTWARE.
39
40
if [ -n "$GITHUB_RUN_ID" ]; then
41
- dnf install -y openblas-devel /usr/bin/cmake /usr/bin/sudo libffi-devel
+ dnf install -y openblas-devel /usr/bin/sudo libffi-devel
42
+ # There's already cmake in the manylinux image installed via pipx that is
43
+ # too new to build torch, this downgrades it
44
+ pipx install --force cmake==3.28
45
export USE_CUDA=0
46
fi
47
export MAX_JOBS=4
0 commit comments