From 9a425a1b06784a074c8be4eea26c85de283484a1 Mon Sep 17 00:00:00 2001 From: Smiril Date: Sat, 9 Jul 2022 16:50:27 +0200 Subject: [PATCH] Update m1_setup.sh type error bug fix --- m1_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1_setup.sh b/m1_setup.sh index 73ee7f7..c0ccf14 100644 --- a/m1_setup.sh +++ b/m1_setup.sh @@ -1,4 +1,4 @@ -!#/bin/bash +#!/bin/bash conda create -n torch-gpu python=3.9 conda activate torch-gpu conda install pytorch torchvision torchaudio -c pytorch-nightly