Add e5-mistral embedding model - step 3/3 (#988)
This commit is contained in:
@@ -84,3 +84,5 @@ class LlamaEmbeddingModel(nn.Module):
|
||||
|
||||
|
||||
EntryClass = LlamaEmbeddingModel
|
||||
# compat: e5-mistral model.config class == MistralModel
|
||||
EntryClassRemapping = [("MistralModel", LlamaEmbeddingModel)]
|
||||
|
||||
Reference in New Issue
Block a user