From 7d5e61ae83367e12ea46371362a54c4875ef20ee Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 14 Feb 2026 07:54:43 +0800 Subject: [PATCH] colab fix --- colab.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/colab.ipynb b/colab.ipynb index ae3885395..bab1bf1ac 100644 --- a/colab.ipynb +++ b/colab.ipynb @@ -109,19 +109,19 @@ "if Model == \"Cydonia 24B\":\n", " Customized = True\n", " Model = \"https://huggingface.co/bartowski/TheDrummer_Cydonia-24B-v4.2.0-GGUF/resolve/main/TheDrummer_Cydonia-24B-v4.2.0-Q4_K_S.gguf\"\n", - " CustomCtxSize = \"12288\"\n", + " CustomCtxSize = \"10240\"\n", "if Model == \"Broken Tutu 24B\":\n", " Customized = True\n", " Model = \"https://huggingface.co/mradermacher/Broken-Tutu-24B-GGUF/resolve/main/Broken-Tutu-24B.Q4_K_S.gguf\"\n", - " CustomCtxSize = \"12288\"\n", + " CustomCtxSize = \"10240\"\n", "if Model == \"Dans PersonalityEngine 24B\":\n", " Customized = True\n", " Model = \"https://huggingface.co/bartowski/PocketDoc_Dans-PersonalityEngine-V1.3.0-24b-GGUF/resolve/main/PocketDoc_Dans-PersonalityEngine-V1.3.0-24b-Q4_K_S.gguf\"\n", - " CustomCtxSize = \"12288\"\n", + " CustomCtxSize = \"10240\"\n", "if Model == \"Harbinger 24B (Instruct)\":\n", " Customized = True\n", " Model = \"https://huggingface.co/LatitudeGames/Harbinger-24B-GGUF/resolve/main/Harbinger-24B-Q4_K_S.gguf\"\n", - " CustomCtxSize = \"12288\"\n", + " CustomCtxSize = \"10240\"\n", "if Model == \"Muse 12B (Instruct)\":\n", " Customized = True\n", " Model = \"https://huggingface.co/LatitudeGames/Muse-12B-GGUF/resolve/main/Muse-12B-Q4_K_S.gguf\"\n", @@ -134,7 +134,7 @@ "if Model == \"Mistral Small 24B\":\n", " Customized = True\n", " Model = \"https://huggingface.co/unsloth/Mistral-Small-3.2-24B-Instruct-2506-GGUF/resolve/main/Mistral-Small-3.2-24B-Instruct-2506-Q4_K_S.gguf\"\n", - " CustomCtxSize = \"12288\"\n", + " CustomCtxSize = \"10240\"\n", "if Model == \"GPT OSS 20B\":\n", " Customized = True\n", " Model = \"https://huggingface.co/ggml-org/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-mxfp4.gguf\"\n",