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 56e109b commit 7e4351aCopy full SHA for 7e4351a
.github/workflows/build-wheels-linux.yml
@@ -25,7 +25,10 @@ jobs:
25
os: linux
26
test-infra-repository: pytorch/test-infra
27
test-infra-ref: main
28
- with-xpu: enable
+ with-xpu: disable
29
+ with-rocm: disable
30
+ with-cuda: disable
31
+
32
build:
33
needs: generate-matrix
34
strategy:
packaging/pre_build_script.sh
@@ -32,7 +32,8 @@ else
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
fi
35
- yum install -y libjpeg-turbo-devel libwebp-devel freetype gnutls
+ conda install libwebp -yq
36
+ yum install -y libjpeg-turbo-devel freetype gnutls
37
pip install auditwheel
38
39
0 commit comments