mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-05 21:07:08 +01: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:
parent
61cea435ef
commit
2327d79fe5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user