-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
llama.cpp b3003 (new formula) #172915
llama.cpp b3003 (new formula) #172915
Conversation
Co-authored-by: Vaibhav Srivastav <vaibhavs10@gmail.com> Co-authored-by: Ishaan Ahuja <Ishaan7190@gmail.com>
This looks way more robust than my attempt! Thanks, @carlocab & @SMillerDev - I've learnt a great deal from you two in the past couple of days! 🤗 |
macOS 12-x86_64 failure looks like a flake. I'll just dispatch a bottle separately. |
Quick question, @carlocab / @SMillerDev: Should we merge PRs for the latest releases, too (via auto bump)? I see that there are new releases in llama.cpp, but I don't see any open PRs from BrewTestBot. |
Should hopefully be fixed by #172946. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Closes #172186
Closes #169894