mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 16:31:59 +00:00
fixed colab
This commit is contained in:
parent
1225b1b155
commit
9ba8c7a661
1 changed files with 2 additions and 1 deletions
|
|
@ -180,6 +180,7 @@
|
|||
"elif Customized:\n",
|
||||
" print(\"Loading a quick preset template...\")\n",
|
||||
" LoadTextModel = True\n",
|
||||
" Layers = 999\n",
|
||||
" if CustomMmproj!=\"\":\n",
|
||||
" Mmproj = CustomMmproj\n",
|
||||
" LoadVisionMMProjector = True\n",
|
||||
|
|
@ -283,7 +284,7 @@
|
|||
" print(f\"Please open the above link, and input the password '{ltpw}'\\nYour KoboldCpp will start shortly...\")\n",
|
||||
" print(\"=================\")\n",
|
||||
" !sleep 10\n",
|
||||
"!./koboldcpp_linux $MdCommand --usecuda 0 mmq --chatcompletionsadapter AutoGuess --multiuser --gpulayers $Layers --contextsize $ContextSize --websearch --quiet --remotetunnel $MPCommand $VCommand $SCommand $WCommand $TTSCommand $ECommand $MuCommand $SavGdriveCommand\n"
|
||||
"!./koboldcpp_linux $MdCommand --usecuda 0 mmq --chatcompletionsadapter AutoGuess --multiuser --flashattention --gpulayers $Layers --contextsize $ContextSize --websearch --quiet --remotetunnel $MPCommand $VCommand $SCommand $WCommand $TTSCommand $ECommand $MuCommand $SavGdriveCommand\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue