From f513f474560a08c4263baed1a98b28df627c4ff0 Mon Sep 17 00:00:00 2001 From: henk717 Date: Tue, 11 Jan 2022 15:08:03 +0100 Subject: [PATCH] Update colabkobold.sh --- colabkobold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colabkobold.sh b/colabkobold.sh index 273b4238..2aea408a 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -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