We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9a62b commit 7d513a5Copy full SHA for 7d513a5
README.md
@@ -18,7 +18,11 @@ Capollama is a command-line tool that generates image captions using Ollama's vi
18
- [Ollama](https://ollama.ai/) installed and running as server
19
- A vision-capable model pulled (like `llava` or `llama3.2-vision`)
20
21
-## Installation
+## Installation precompiled binary
22
+
23
+Install from [Release Page](https://github.com/oderwat/capollama/releases/latest)
24
25
+### Installation from source (needs Go >=1.22 installed)
26
27
```bash
28
go install github.com/oderwat/capollama@latest
0 commit comments