Text Generation
Transformers
PyTorch
English
llama
custom_code
text-generation-inference
omkarthawakar commited on
Commit
8013444
1 Parent(s): f55ce3d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "MobiLlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoModelForCausalLM": "modeling_mobillama.MobiLlamaForCausalLM"
8
  },
9
  "attention_bias": false,
10
  "attention_dropout": 0.0,
 
4
  "MobiLlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
+ "AutoModelForCausalLM": "modelling_mobillama.MobiLlamaForCausalLM"
8
  },
9
  "attention_bias": false,
10
  "attention_dropout": 0.0,