From 60098a176b0ae4c75bc5d820cf4be5902cce1341 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:30:40 +0800 Subject: [PATCH] update colab model --- colab.ipynb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/colab.ipynb b/colab.ipynb index 2ebdfc9b5..81f6b0dd1 100644 --- a/colab.ipynb +++ b/colab.ipynb @@ -6,7 +6,7 @@ "private_outputs": true, "provenance": [], "gpuType": "T4", - "authorship_tag": "ABX9TyOv14c2MWENhO6RJ3uy6vD7", + "authorship_tag": "", "include_colab_link": true }, "kernelspec": { @@ -25,9 +25,7 @@ "id": "view-in-github", "colab_type": "text" }, - "source": [ - "\"Open" - ] + "source": [] }, { "cell_type": "code", @@ -40,8 +38,8 @@ "source": [ "#@title v-- Enter your model below and then click this to start Koboldcpp\n", "\n", - "Model = \"https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin\" #@param [\"\"]{allow-input: true}\n", - "Layers = 43 #@param [43]{allow-input: true}\n", + "Model = \"https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q4_K_M.gguf\" #@param [\"\"]{allow-input: true}\n", + "Layers = 40 #@param [40]{allow-input: true}\n", "\n", "%cd /content\n", "!git clone https://github.com/LostRuins/koboldcpp\n",