Skip to content

Commit 3f00f32

Browse files
authored
Fix undefined iJIT_NotifyEvent (#148)
Reference: pytorch/pytorch#123097
1 parent 0d9776f commit 3f00f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ conda activate $CONDA_ENV
125125
if [ "$CUDA_VERSION" = "11.8.0" ]; then
126126
echo "Installing CUDA 11.8.0 ..."
127127
conda install -y cuda-toolkit cmake ninja -c nvidia/label/cuda-11.8.0
128-
conda install -y pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=11.8 "numpy<2.0" -c pytorch -c nvidia/label/cuda-11.8.0
128+
conda install -y pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=11.8 "numpy<2.0" "mkl<=2022.1.0" -c pytorch -c nvidia/label/cuda-11.8.0
129129
pip3 install --find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.1.2_cu118.html kaolin==0.17.0
130130

131131
# CUDA 12.8 supports compute capability 10.0 and 12.0

0 commit comments

Comments
 (0)