feat: config flag to support text-embeddings-inference

#3
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -72,5 +72,6 @@
72
  "use_cache": false,
73
  "use_sliding_window": false,
74
  "vocab_size": 151936,
75
- "attn_implementation": "sdpa"
 
76
  }
 
72
  "use_cache": false,
73
  "use_sliding_window": false,
74
  "vocab_size": 151936,
75
+ "attn_implementation": "sdpa",
76
+ "use_bidirectional_attention": true
77
  }