Update m1_tf_setup.sh

This commit is contained in:
Smiril
2022-07-10 12:42:23 +02:00
committed by GitHub
parent 3f121ad48c
commit c8765ea9f9
+1 -1
View File
@@ -4,7 +4,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 install insightface==0.2.1 onnxruntime moviepy
python3 -m pip install insightface==0.2.1 moviepy
python3 -m pip install googledrivedownloader
python3 -m pip install imageio==2.4.1
python3 -m pip install numpy