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 866040e commit c5c129fCopy full SHA for c5c129f
.github/scripts/setup-env.sh
@@ -85,11 +85,6 @@ if [[ "${OS_TYPE}" == "windows" ]]; then
85
sed -e '/^$/,$d' *.egg-info/requires.txt > requirements.txt
86
pip install --progress-bar=off -r requirements.txt
87
echo '::endgroup::'
88
-
89
- # FIXME: remove this as soon as libnvjpeg is available through the runner
90
- if [[ $GPU_ARCH_TYPE == 'cuda' ]]; then
91
- conda install -c nvidia libnvjpeg="${GPU_ARCH_VERSION}"
92
- fi
93
fi
94
95
echo '::group::Install TorchVision'
0 commit comments