Skip to content

Commit

Permalink
🚀 Deploy stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Sep 7, 2024
1 parent 9cd6ec7 commit df0af8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ This is the list of the SMLs I use on my Raspberry Pi5 (8GB RAM) with [Ollama](h
| sam4096/qwen2tools:1.5b | 935MB | 1.5B |   | tools | https://ollama.com/sam4096/qwen2tools:1.5b |   | x |
| mxbai-embed-large | 670MB | 335M | Only Embeddings | embedding | https://ollama.com/library/mxbai-embed-large:335m | x | x |
| nomic-embed-text | 274MB | 137M | Only Embeddings | embedding | https://ollama.com/library/nomic-embed-text:v1.5 | x | x |
| Yi Coder 1.5b | 866MB | 1.5B | Code | code | https://ollama.com/library/yi-coder:1.5b |   | x |
| Yi Coder 1.5b | 866MB | 1.5B | Code | code | https://ollama.com/library/yi-coder:1.5b |   | x |
| bge-m3 | 1.2GB | 567M | Only Embeddings | embedding | https://ollama.com/library/bge-m3 |   | x |
12 changes: 11 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,16 @@ const smlData =
"url": "https://ollama.com/library/yi-coder:1.5b",
"good_on_pi5": false,
"usable_on_pi5": true
}
},
{
"name": "bge-m3",
"size": "1.2GB",
"tag": "567M",
"remark": "Only Embeddings",
"kind": "embedding",
"url": "https://ollama.com/library/bge-m3",
"good_on_pi5": false,
"usable_on_pi5": true
},
]
}

0 comments on commit df0af8d

Please sign in to comment.