mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 16:31:59 +00:00
add mirror for colab
This commit is contained in:
parent
0aa6f21c88
commit
efc1db9ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@
|
|||
"\n",
|
||||
"\n",
|
||||
"!echo Downloading KoboldCpp, please wait...\n",
|
||||
"!wget -O dlfile.tmp https://kcpplinux.concedo.workers.dev && mv dlfile.tmp koboldcpp_linux\n",
|
||||
"!wget -O dlfile.tmp https://kcpplinux.concedo.workers.dev && mv dlfile.tmp koboldcpp_linux || (echo \"Primary failed, trying mirror...\" && wget -O dlfile.tmp https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp-linux-x64 && mv dlfile.tmp koboldcpp_linux)\n",
|
||||
"!test -f koboldcpp_linux && echo Download Successful || echo Download Failed\n",
|
||||
"!chmod +x ./koboldcpp_linux\n",
|
||||
"!apt update\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue