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
|
fi
|
||||||
|
|
||||||
# Redefine the Path to be in the relevant location
|
# Redefine the Path to be in the relevant location
|
||||||
if [ -v $mpath ];then
|
if [[ -v mpath ]];then
|
||||||
mpath="$xloc$mpath"
|
mpath="$xloc$mpath"
|
||||||
kmpath=" --path $mpath"
|
kmpath=" --path $mpath"
|
||||||
echo $kmpath
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create Folder Structure and Install KoboldAI
|
# Create Folder Structure and Install KoboldAI
|
||||||
|
Reference in New Issue
Block a user