bjoernp commited on
Commit
a744e3c
1 Parent(s): 1ef978a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,10 +1,9 @@
1
  {
2
- "_name_or_path": "bjoernp/llama-2-13b-hf-flash-attn2",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoModelForCausalLM": "bjoernp/llama-2-13b-hf-flash-attn2--modeling_flash_llama.LlamaForCausalLM"
8
  },
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
  "auto_map": {
6
+ "AutoModelForCausalLM": "modeling_flash_llama.LlamaForCausalLM"
7
  },
8
  "bos_token_id": 1,
9
  "eos_token_id": 2,