mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update colabkobold.sh
This commit is contained in:
@ -74,10 +74,9 @@ else
|
||||
fi
|
||||
|
||||
# Redefine the Path to be in the relevant location
|
||||
if [ -v $mpath ];then
|
||||
if [[ -v mpath ]];then
|
||||
mpath="$xloc$mpath"
|
||||
kmpath="--path $mpath"
|
||||
echo $kmpath
|
||||
kmpath=" --path $mpath"
|
||||
fi
|
||||
|
||||
# Create Folder Structure and Install KoboldAI
|
||||
|
Reference in New Issue
Block a user