Skip to content

Commit

Permalink
ollama 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and daeho-ro committed Dec 16, 2024
1 parent 11f2681 commit d66ad47
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/o/ollama.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Ollama < Formula
desc "Create, run, and share large language models (LLMs)"
homepage "https://ollama.com/"
url "https://github.com/ollama/ollama.git",
tag: "v0.5.1",
revision: "de52b6c2f90ff220ed9469167d51e3f5d7474fa2"
tag: "v0.5.2",
revision: "60f75560a2a950e14aabe88c0a7b1223f31277ad"
license "MIT"
head "https://github.com/ollama/ollama.git", branch: "main"

Expand All @@ -28,6 +28,10 @@ class Ollama < Formula
depends_on "go" => :build

def install
# Fix to makefile path, should be checked in next release
# https://github.com/ollama/ollama/blob/89d5e2f2fd17e03fd7cd5cb2d8f7f27b82e453d7/llama/llama.go#L3
inreplace "llama/llama.go", "//go:generate make -j", "//go:generate make -C ../ -j"

# Silence tens of thousands of SDK warnings
ENV["SDKROOT"] = MacOS.sdk_path if OS.mac?

Expand Down

0 comments on commit d66ad47

Please sign in to comment.