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 0d9776f commit 3f00f32Copy full SHA for 3f00f32
install_env.sh
@@ -125,7 +125,7 @@ conda activate $CONDA_ENV
125
if [ "$CUDA_VERSION" = "11.8.0" ]; then
126
echo "Installing CUDA 11.8.0 ..."
127
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
+ 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
129
pip3 install --find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.1.2_cu118.html kaolin==0.17.0
130
131
# CUDA 12.8 supports compute capability 10.0 and 12.0
0 commit comments