tmnd91 commited on
Commit
8e0b65d
1 Parent(s): 7320e80

Add missing model type

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -1 +1,4 @@
1
- {"repo_type": "GGML"}
 
 
 
 
1
+ {
2
+ "repo_type": "GGML",
3
+ "model_type": "gpt_neox"
4
+ }