From bf655726bd68b17d362e2cd3c7c5e9a2be0b93f8 Mon Sep 17 00:00:00 2001 From: Smiril Date: Sat, 9 Jul 2022 22:18:56 +0200 Subject: [PATCH] Update m1_tf_setup.sh --- m1_tf_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/m1_tf_setup.sh b/m1_tf_setup.sh index c5ccfa9..9b545fe 100644 --- a/m1_tf_setup.sh +++ b/m1_tf_setup.sh @@ -3,6 +3,7 @@ conda init --all conda create --name tensorflow_m1 python==3.9 conda activate tensorflow_m1 +conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 -c pytorch python3 -m pip uninstall imageio python3 -m pip uninstall numpy python3 -m pip uninstall wrapt