mkrimmel-pplx commited on
Commit
9fa876e
·
verified ·
1 Parent(s): 80081a0

feat: config flag to support text-embeddings-inference

Browse files
Files changed (1) hide show
  1. 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
  }