Transformers
mpt
Composer
MosaicML
llm-foundry
StreamingDatasets
text-generation-inference
6 papers
marella commited on
Commit
a442f1e
1 Parent(s): 4101beb

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/MPT-7B-GGML")
```

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