Fix ctransformers model unload (#3711)

Add missing comma in model types list

Fixes marella/ctransformers#111
This commit is contained in:
Ravindra Marella 2023-08-27 19:23:48 +05:30 committed by GitHub
parent 0c9e818bb8
commit e4c3e1bdd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -304,7 +304,7 @@ loaders_model_types = {
"gptneox",
"llama",
"mpt",
"dollyv2"
"dollyv2",
"replit",
"starcoder",
"gptbigcode",