From 6fcb0af488c3524375c859c85b3826740a21b594 Mon Sep 17 00:00:00 2001 From: Julius ter Pelkwijk <1099127+mrseeker@users.noreply.github.com> Date: Sun, 10 Apr 2022 15:03:39 +0200 Subject: [PATCH] Adding Janeway 13B --- aiserver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aiserver.py b/aiserver.py index d930f7b7..2f5651a6 100644 --- a/aiserver.py +++ b/aiserver.py @@ -73,6 +73,7 @@ class colors: mainmenu = [ ["Load a model from its directory", "NeoCustom", ""], ["Load an old GPT-2 model (eg CloverEdition)", "GPT2Custom", ""], + ["Janeway FSD 13B (Novel)", "KoboldAI/fairseq-dense-13B-Janeway", "32GB"], ["Skein 6B (Hybrid)", "KoboldAI/GPT-J-6B-Skein", "16GB"], ["Janeway 6B (Novel)", "KoboldAI/GPT-J-6B-Janeway", "16GB"], ["Janeway FSD 6.7B (Novel)", "KoboldAI/fairseq-dense-6.7B-Janeway", "16GB"],