Skip to content

Commit ccdfe5c

Browse files
committed
Add -c nweidia which contains pytorch-cu124
1 parent aaed195 commit ccdfe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/build_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
413413
else
414414
local_channel="$(pwd)/$output_folder"
415415
fi
416-
conda install -y -c "file://$local_channel" pytorch==$PYTORCH_BUILD_VERSION -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia
416+
conda install -y -c "file://$local_channel" pytorch==$PYTORCH_BUILD_VERSION -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia -c nweidia
417417

418418
echo "$(date) :: Running tests"
419419
pushd "$pytorch_rootdir"

0 commit comments

Comments
 (0)