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.
This commit is contained in:
henk717 2022-09-19 18:11:40 +02:00 committed by GitHub
parent ac0bc1c020
commit 68ef84224e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",