From d3c7b7cc71c19e3e77e2605818644aadd46eab9f Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:34:45 +0800 Subject: [PATCH] colab fix --- colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab.ipynb b/colab.ipynb index 226f04e08..1e7a74bf9 100644 --- a/colab.ipynb +++ b/colab.ipynb @@ -35,7 +35,7 @@ "!nohup ./cloudflared-linux-amd64 tunnel --url http://localhost:5001 &\r\n", "!sleep 10\r\n", "!cat nohup.out\r\n", - "!python koboldcpp.py model.ggml --usecublas 0 mmq --gpulayers $Layers\r\n" + "!python koboldcpp.py model.ggml --usecublas 0 mmq --multiuser --gpulayers $Layers\r\n" ] } ],