Core Development Reset

This commit is contained in:
Smiril
2022-08-17 12:23:01 +02:00
parent b6910dc240
commit ef83a73937
+1 -1
View File
@@ -18,7 +18,7 @@ if [ ! -d .dfl/DeepFaceLab ]; then
git clone --no-single-branch --depth 1 "https://github.com/Smiril/DeepFaceLab_Apple-Silicon.git" .dfl/DeepFaceLab
if is_arm64; then
(cd .dfl/DeepFaceLab; git checkout support-arm64)
(cd .dfl/DeepFaceLab; git checkout master)
fi
fi