Update colabkobold.sh
This commit is contained in:
parent
140b0f4f32
commit
930a7d0444
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue