"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "553334f37ffb331fdf44aed0f78684a5e4a16514"
Add minimal ffmpeg build to linux wheel job envs (#2137)
Summary: This change adds a minimal ffmpeg installation step to the build wheel job so that later, we can use the resulting ffmpeg libraries for building torchaudio's ffmpeg-features. The linux wheel build jobs run in CentOS 8 based environment, which does not provide an easy way to install ffmpeg without conda. After https://github.com/pytorch/audio/pull/2124 is merged, then we can enable the ffmpeg-feature build in Linux wheel. Pull Request resolved: https://github.com/pytorch/audio/pull/2137 Reviewed By: carolineechen Differential Revision: D33430032 Pulled By: mthrok fbshipit-source-id: bf946d394c0718ddbdc679d7970befc3221982b9
Showing
tools/bootstrap_ffmpeg.sh
0 → 100755
Please register or sign in to comment