optimize: run.sh

This commit is contained in:
源文雨
2023-08-27 01:21:18 +08:00
parent e15b37e0ca
commit edcff1df04
2 changed files with 39 additions and 28 deletions

View File

@@ -524,7 +524,7 @@ else
fi
echo checking $hb
if [ -f "./pretrained/$hb" ]; then
if [ -f "./$hb" ]; then
echo $hb in ./pretrained checked.
else
echo failed. starting download from huggingface.
@@ -543,4 +543,3 @@ else
fi
echo required files check finished.
read -p "Press any key to continue..." -n1 -s