Text Generation
Safetensors
Slovenian
English
gemma2
conversational
dvres commited on
Commit
1362296
·
verified ·
1 Parent(s): 28acbae

Fixed attention implementation bug

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -74,5 +74,6 @@
74
  "torch_dtype": "bfloat16",
75
  "transformers_version": "4.53.0.dev0",
76
  "use_cache": true,
77
- "vocab_size": 256000
 
78
  }
 
74
  "torch_dtype": "bfloat16",
75
  "transformers_version": "4.53.0.dev0",
76
  "use_cache": true,
77
+ "vocab_size": 256000,
78
+ "_attn_implementation": "eager"
79
  }