mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-03 10:57:35 +01:00
Update colabkobold.sh
This commit is contained in:
parent
1dec4e73ee
commit
f513f47456
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user