Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Formula/wally.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
class Wally < Formula
desc "Run language, speech and image models on your own machine"
homepage "https://github.com/RunanywhereAI/wally"
version "0.5.5"
version "0.5.6"
license "MIT"

# macOS arm64 ships the Swift MLX host
# (llama.cpp + ONNX + Sherpa + MLX). Linux is not in this cut.
on_macos do
on_arm do
url "https://github.com/RunanywhereAI/wally/releases/download/v0.5.5/wally-0.5.5-macos-arm64.tar.gz"
# Placeholder -- the v0.5.5 release has not published a wally-named asset
url "https://github.com/RunanywhereAI/wally/releases/download/v0.5.6/wally-0.5.6-macos-arm64.tar.gz"
# Placeholder -- the v0.5.6 release has not published a wally-named asset
Comment thread
coderabbitai[bot] marked this conversation as resolved.
# yet. scripts/release/update-tap.sh re-stamps this from the real release
# checksum; a stale value here fails brew install's own hash check
# rather than installing something unverified.
Expand Down
Loading
Loading