File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
description = " Get up and running with Llama 3, Mistral, Gemma, and other large language models."
2
- binaries = [" ollama" ]
3
2
test = " ollama --version"
4
3
sha256-source = " https://github.com/ollama/ollama/releases/download/v${ version } /sha256sum.txt"
5
4
@@ -9,17 +8,20 @@ version "0.6.0" "0.6.1" "0.6.2" "0.6.3" "0.6.4" "0.6.5" "0.6.6" "0.6.7" "0.6.8"
9
8
}
10
9
11
10
platform "darwin" {
11
+ binaries = [" ollama" ]
12
12
source = " https://github.com/ollama/ollama/releases/download/v${ version } /ollama-darwin.tgz"
13
13
}
14
14
15
15
platform "linux" {
16
16
source = " https://github.com/ollama/ollama/releases/download/v${ version } /ollama-linux-${ arch } .tgz"
17
+ binaries = [" bin/ollama" ]
17
18
}
18
19
}
19
20
20
21
version " 0.1.38" " 0.1.39" " 0.1.40" " 0.1.41" " 0.1.42" " 0.1.43" " 0.1.44" " 0.1.45"
21
22
" 0.1.46" " 0.1.47" " 0.1.48" " 0.2.0" " 0.2.1" " 0.2.2" " 0.2.5" " 0.2.7" " 0.2.8" " 0.3.0"
22
23
" 0.3.1" " 0.3.2" " 0.3.3" " 0.3.4" " 0.3.5" " 0.3.6" {
24
+ binaries = [" ollama" ]
23
25
platform " darwin" {
24
26
source = " https://github.com/ollama/ollama/releases/download/v${ version } /ollama-darwin"
25
27
You can’t perform that action at this time.
0 commit comments