mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
updated colab
This commit is contained in:
+3
-3
@@ -147,7 +147,7 @@
|
||||
" CustomCtxSize = \"10240\"\n",
|
||||
" if Template == \"Dans PersonalityEngine 24B (Roleplay)\":\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",
|
||||
" Model = \"https://huggingface.co/bartowski/PocketDoc_Dans-PersonalityEngine-V1.2.0-24b-GGUF/resolve/main/PocketDoc_Dans-PersonalityEngine-V1.2.0-24b-IQ4_XS.gguf\"\n",
|
||||
" CustomCtxSize = \"10240\"\n",
|
||||
" if Template == \"Harbinger 24B (Instruct)\":\n",
|
||||
" Customized = True\n",
|
||||
@@ -272,9 +272,9 @@
|
||||
"else:\n",
|
||||
" VCommand = \"\"\n",
|
||||
"if ImgModel and LoadImgModel:\n",
|
||||
" SCommand = f\"--sdmodel {ImgModel} --sdthreads 4 --sdquant --sdclamped\"\n",
|
||||
" SCommand = f\"--sdmodel {ImgModel} --sdthreads 4 --sdquant --sdclamped 768 --sdclipgpu\"\n",
|
||||
" if ImgClip1 and ImgClip1!=\"\":\n",
|
||||
" SCommand += f\" --sdclip1 {ImgClip1} --sdclipgpu\"\n",
|
||||
" SCommand += f\" --sdclip1 {ImgClip1}\"\n",
|
||||
" if ImgVAE and ImgVAE!=\"\":\n",
|
||||
" SCommand += f\" --sdvae {ImgVAE}\"\n",
|
||||
"else:\n",
|
||||
|
||||
Reference in New Issue
Block a user