Skip to content

llama.cpp: update to b5415 #28474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
10 changes: 5 additions & 5 deletions llm/llama.cpp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PortGroup github 1.0
PortGroup cmake 1.1
PortGroup legacysupport 1.1

github.setup ggerganov llama.cpp 4534 b
github.setup ggerganov llama.cpp 5415 b
github.tarball_from archive
set git-commit 955a6c2
set git-commit 6a2bc8b
# This line is for displaying commit in CLI only
revision 0
categories llm
Expand All @@ -19,9 +19,9 @@ long_description The main goal of ${name} is to enable LLM inference with
setup and state-of-the-art performance on a wide variety of hardware\
- locally and in the cloud.

checksums rmd160 771fa15d2c7b6a3ef9114fd3c0afb676e0ba6559 \
sha256 f4b57daa8d6bfe957f08a79f02ea9d24018ce9e73663c35a5c21f31ed3ccfcb8 \
size 20496342
checksums rmd160 3f1d54605e48a6a36d1c36dbf0b1a2a48d478927 \
sha256 a6546b9a7b901ad091e3303e16447c047b708571fdb4dc27c0d414d922ad96f3 \
size 21790465

# error: 'filesystem' file not found on 10.14
legacysupport.newest_darwin_requires_legacy \
Expand Down