Iker commited on
Commit
6cfe9c2
1 Parent(s): b0e43b6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -3,6 +3,9 @@
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
 
 
6
  "attention_bias": false,
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
 
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoModelForCausalLM": "modeling_flash_llama.LlamaForCausalLM"
8
+ },
9
  "attention_bias": false,
10
  "bos_token_id": 1,
11
  "eos_token_id": 2,