From 595b06b8c6a5c582275089efe14451f0a40d91ac Mon Sep 17 00:00:00 2001 From: Smiril Date: Sat, 9 Jul 2022 22:16:06 +0200 Subject: [PATCH] Update m1_setup.sh --- m1_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1_setup.sh b/m1_setup.sh index cf76c70..11e415e 100644 --- a/m1_setup.sh +++ b/m1_setup.sh @@ -11,7 +11,7 @@ brew install unzip conda init --all conda create -n torch-gpu python=3.9 conda activate torch-gpu -conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch +conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 -c pytorch conda install -c conda-forge jupyter jupyterlab #wget -P ./arcface_model https://github.com/neuralchen/SimSwap/releases/download/1.0/arcface_checkpoint.tar