From 68ef84224ec6afd1a65244ee6f0e7a4296478153 Mon Sep 17 00:00:00 2001 From: henk717 Date: Mon, 19 Sep 2022 18:11:40 +0200 Subject: [PATCH] OPT Nerys V2 Changes Nerys V2 to the better OPT variant, since the original contained bugs we replace it outright. If people want the old one they can use KoboldAI/fairseq-dense-13B-Nerys-v2 manually. --- colab/TPU.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/TPU.ipynb b/colab/TPU.ipynb index 7b46ff49..764e31ab 100644 --- a/colab/TPU.ipynb +++ b/colab/TPU.ipynb @@ -86,7 +86,7 @@ " path = \"\"\n", " download = \"\"\n", "elif Model == \"Nerys 13B V2\":\n", - " Model = \"KoboldAI/fairseq-dense-13B-Nerys-v2\"\n", + " Model = \"KoboldAI/OPT-13B-Nerys-v2\"\n", " path = \"\"\n", " download = \"\"\n", "elif Model == \"Erebus 13B\":\n",