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 aaed195 commit ccdfe5cCopy full SHA for ccdfe5c
conda/build_pytorch.sh
@@ -413,7 +413,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
413
else
414
local_channel="$(pwd)/$output_folder"
415
fi
416
- conda install -y -c "file://$local_channel" pytorch==$PYTORCH_BUILD_VERSION -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia
+ conda install -y -c "file://$local_channel" pytorch==$PYTORCH_BUILD_VERSION -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia -c nweidia
417
418
echo "$(date) :: Running tests"
419
pushd "$pytorch_rootdir"
0 commit comments