implement local Nomic Embed via llama.cpp (#2086)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-03-13 18:09:24 -04:00
committed by GitHub
parent 171f4e488e
commit 406e88b59a
23 changed files with 799 additions and 1198 deletions

View File

@@ -13,7 +13,6 @@ enum LLModelType {
GPTJ_,
LLAMA_,
CHATGPT_,
BERT_,
};
struct LLModelInfo {