Skip to content

Commit 4bfa797

Browse files
committed
fix: correct binaries on Linux for versions 0.6.0+
1 parent 2e47077 commit 4bfa797

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ollama.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
description = "Get up and running with Llama 3, Mistral, Gemma, and other large language models."
2-
binaries = ["ollama"]
32
test = "ollama --version"
43
sha256-source = "https://github.com/ollama/ollama/releases/download/v${version}/sha256sum.txt"
54

@@ -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"
98
}
109

1110
platform "darwin" {
11+
binaries = ["ollama"]
1212
source = "https://github.com/ollama/ollama/releases/download/v${version}/ollama-darwin.tgz"
1313
}
1414

1515
platform "linux" {
1616
source = "https://github.com/ollama/ollama/releases/download/v${version}/ollama-linux-${arch}.tgz"
17+
binaries = ["bin/ollama"]
1718
}
1819
}
1920

2021
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"
2122
"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"
2223
"0.3.1" "0.3.2" "0.3.3" "0.3.4" "0.3.5" "0.3.6" {
24+
binaries = ["ollama"]
2325
platform "darwin" {
2426
source = "https://github.com/ollama/ollama/releases/download/v${version}/ollama-darwin"
2527

0 commit comments

Comments
 (0)