mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 06:31:13 +02:00
fixed colab
This commit is contained in:
+2
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user