Create requirements_3.10_arm64.txt #103

Open
Smiril wants to merge 165 commits from Smiril/master into master
Showing only changes of commit fd86378b7a - Show all commits
+1 -1
View File
@@ -29,7 +29,7 @@ if [ ! -d .dfl/ffmpeg ]; then
echo "Cloning ffmpeg for python3.11"
git clone --no-single-branch --depth 1 "https://github.com/kkroening/ffmpeg-python.git" .dfl/ffmpeg
(cd .dfl/ffmpeg; git checkout main)
(cd .dfl/ffmpeg; git checkout master)
fi
if [ ! -d .dfl/deepfacelab ]; then