mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Embeddings: Add model management
Embedding models are managed on a separate backend, but are run in parallel with the model itself. Therefore, manage this in a separate container with separate routes. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -73,9 +73,9 @@ developer:
|
||||
#realtime_process_priority: False
|
||||
|
||||
embeddings:
|
||||
embeddings_model_dir: models
|
||||
embedding_model_dir: models
|
||||
|
||||
embeddings_model_name:
|
||||
embedding_model_name:
|
||||
|
||||
embeddings_device: cpu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user