Skip to content

Commit

Permalink
Update Models
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed Nov 22, 2024
1 parent 9ca36ce commit a129d5f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Onllama.Tiny/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ public Form1()
{
Sub = new List<object>
{
"milkey/bilibili-index:1.9b-chat-q8_0", "milkey/bilibili-index:1.9b-character-q8_0",
"shibing624/minicpm3_4b", "hf.co/SakuraLLM/Sakura-14B-Qwen2.5-v1.0-GGUF"
"milkey/bilibili-index:1.9b-chat-q8_0",
"milkey/bilibili-index:1.9b-character-q8_0",
"shibing624/minicpm3_4b",
"hf.co/SakuraLLM/Sakura-14B-Qwen2.5-v1.0-GGUF"
}
});
select1.Items.Add(new SelectItem("Embed")
Expand All @@ -63,7 +65,8 @@ public Form1()
"bge-m3:567m-fp16", "bge-large:335m-en-v1.5-fp16",
"cwchang/jina-embeddings-v2-base-zh:f16",
"znbang/bge:large-zh-v1.5-f16",
"milkey/m3e:large-f16", "milkey/gte:large-zh-f16",
"milkey/m3e:large-f16",
"milkey/gte:large-zh-f16",
"nomic-embed-text", "mxbai-embed-large"
}
});
Expand Down

0 comments on commit a129d5f

Please sign in to comment.