feat: config flag to support text-embeddings-inference
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -64,5 +64,6 @@
|
|
| 64 |
"use_cache": false,
|
| 65 |
"use_sliding_window": false,
|
| 66 |
"vocab_size": 151936,
|
| 67 |
-
"attn_implementation": "sdpa"
|
|
|
|
| 68 |
}
|
|
|
|
| 64 |
"use_cache": false,
|
| 65 |
"use_sliding_window": false,
|
| 66 |
"vocab_size": 151936,
|
| 67 |
+
"attn_implementation": "sdpa",
|
| 68 |
+
"use_bidirectional_attention": true
|
| 69 |
}
|