Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/l/localai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

desc "OpenAI alternative"
homepage "https://localai.io"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.28.0.tar.gz"
sha256 "b75f7cffb3b105c1f5e7cd4aa2d5c18cf461b6af0977d150d654d596f1dc8d79"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.29.0.tar.gz"
sha256 "c6e27c467d8eb8c9a39b96c65de64a264b8fc2e50557fbad143ea351a0e09d3e"
license "MIT"
head "https://github.com/mudler/LocalAI.git", branch: "master"

Expand Down Expand Up @@ -35,7 +35,7 @@
which("python3.13")
end

def install

Check failure on line 38 in Formula/l/localai.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle localai` failed on macOS Sonoma (14) on Apple Silicon!

::error::localai 2.29.0 did not build

Check failure on line 38 in Formula/l/localai.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle localai` failed on macOS Ventura (13) on Apple Silicon!

::error::localai 2.29.0 did not build
# Fix to CMake Error at encodec.cpp/ggml/CMakeLists.txt:1 (cmake_minimum_required):
ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5"

Expand Down
Loading