Skip to content

Commit

Permalink
Merge pull request #2989 from rockwotj/main
Browse files Browse the repository at this point in the history
ollama: bump downloaded version
  • Loading branch information
rockwotj authored Nov 7, 2024
2 parents 27e0cce + 1aaecf3 commit d525a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/impl/ollama/subprocess_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (c *runOllamaConfig) lookPath(file string) (string, error) {
func (c *runOllamaConfig) downloadOllama(ctx context.Context, path string) error {
var url string
if c.downloadURL == "" {
const baseURL string = "https://github.com/ollama/ollama/releases/download/v0.3.12/ollama"
const baseURL string = "https://github.com/ollama/ollama/releases/download/v0.4.0/ollama"
switch runtime.GOOS {
case "darwin":
// They ship an universal executable for darwin
Expand Down

0 comments on commit d525a4e

Please sign in to comment.