Fix ctransformers model unload (#3711)
Add missing comma in model types list Fixes marella/ctransformers#111
This commit is contained in:
parent
0c9e818bb8
commit
e4c3e1bdd2
2 changed files with 5 additions and 5 deletions
|
@ -304,7 +304,7 @@ loaders_model_types = {
|
|||
"gptneox",
|
||||
"llama",
|
||||
"mpt",
|
||||
"dollyv2"
|
||||
"dollyv2",
|
||||
"replit",
|
||||
"starcoder",
|
||||
"gptbigcode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue