Update colabkobold.sh

This commit is contained in:
henk717 2022-01-11 15:08:03 +01:00 committed by GitHub
parent 1dec4e73ee
commit f513f47456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ fi
# Is the model extracted on Google Drive? Skip the download and extraction
# Only on Google Drive since it has a big impact there if we don't, and locally we have better checks in place
if [ "$xloc" == "drive" ] && [[ -d $mpath ]];then
if [ "$xloc" == "/content/drive/MyDrive/KoboldAI/models/" ] && [[ -d $mpath ]];then
launch
fi