Commit
•
0392c47
1
Parent(s):
30e8c65
Add attention_bias to make TGI work
Browse filesTo unblock: https://github.com/huggingface/text-generation-inference/issues/1930#issuecomment-2124148048
- 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 |
}
|