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:
parent
ac0bc1c020
commit
68ef84224e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue