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 947722a commit fd7168dCopy full SHA for fd7168d
packaging/pre_build_script.sh
@@ -30,6 +30,8 @@ else
30
if [[ "$ARCH" == "aarch64" ]]; then
31
conda install libpng -yq
32
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
33
+
34
+ ffmpeg -version
35
fi
36
37
conda install libwebp -yq
0 commit comments