Update 0_setup.sh

This commit is contained in:
Smiril
2022-08-17 10:28:54 +02:00
committed by GitHub
parent aa6a15dfcc
commit 5802604fc9
+1 -1
View File
@@ -15,7 +15,7 @@ is_arm64 && echo "Running on Apple M1 chip"
if [ ! -d .dfl/DeepFaceLab ]; then
echo "Cloning DeepFaceLab"
git clone --no-single-branch --depth 1 "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab
git clone --no-single-branch --depth 1 "https://github.com/Smiril/DeepFaceLab_AppleSilicon.git" .dfl/DeepFaceLab
if is_arm64; then
(cd .dfl/DeepFaceLab; git checkout support-arm64)