From 9ba8c7a66176d5a356bb4fcc28afd2b5d97f6dcb Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 21 Mar 2026 10:21:18 +0800 Subject: [PATCH] fixed colab --- colab.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colab.ipynb b/colab.ipynb index 3890c5415..a3f4b075e 100644 --- a/colab.ipynb +++ b/colab.ipynb @@ -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" ] } ],