mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update colabkobold.sh
7Z ignores -aos for some reason, in the example they had it at the end of the command so why not?
This commit is contained in:
@@ -151,7 +151,7 @@ fi
|
||||
|
||||
#Extract the model with 7z
|
||||
if [ ! -z ${z7+x} ]; then
|
||||
7z x -o$xloc -aos $dloc/$z7
|
||||
7z x -o$xloc $dloc/$z7 -aos
|
||||
touch /content/extracted
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user