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 0916aa4 commit 2733862Copy full SHA for 2733862
packaging/validate_wheel.sh
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env bash
2
+
3
+set -eux
4
5
+conda install ffmpeg -c conda-forge
6
+pip install ${PYTORCH_PIP_PREFIX} torchcodec --extra-index-url ${PYTORCH_PIP_DOWNLOAD_URL}
7
+pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
8
9
+python3 test/decoders/manual_smoke_test.py
10
+pytest test -vvv
0 commit comments