mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 18:30:50 +00:00
colab fix
This commit is contained in:
parent
a0a78dacc4
commit
7d5e61ae83
1 changed files with 5 additions and 5 deletions
10
colab.ipynb
10
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue