marella commited on
Commit
ec92b85
1 Parent(s): 41966a1

Create config.json

Browse files

By adding this, it will simplify the usage of this model in ctransformers:

```py
from ctransformers import AutoModelForCausalLM

llm = AutoModelForCausalLM.from_pretrained("TheBloke/LLaMa-7B-GGML")
```

Files changed (1) hide show
  1. config.json +3 -0
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "model_type": "llama"
3
+ }