mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 07:54:59 +00:00
feat: bert.cpp token embeddings (#241)
This commit is contained in:
parent
b4241d0a0d
commit
2488c445b6
4 changed files with 38 additions and 6 deletions
6
tests/fixtures/embeddings.yaml
vendored
Normal file
6
tests/fixtures/embeddings.yaml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
name: text-embedding-ada-002
|
||||
parameters:
|
||||
model: bert
|
||||
threads: 14
|
||||
backend: bert-embeddings
|
||||
embeddings: true
|
Loading…
Add table
Add a link
Reference in a new issue