philschmid HF staff commited on
Commit
0392c47
1 Parent(s): 30e8c65

Add attention_bias to make TGI work

Browse files

To unblock: https://github.com/huggingface/text-generation-inference/issues/1930#issuecomment-2124148048

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -133,5 +133,6 @@
133
  "torch_dtype": "bfloat16",
134
  "transformers_version": "4.39.3",
135
  "use_cache": true,
 
136
  "vocab_size": 32064
137
  }
 
133
  "torch_dtype": "bfloat16",
134
  "transformers_version": "4.39.3",
135
  "use_cache": true,
136
+ "attention_bias": false
137
  "vocab_size": 32064
138
  }