Live data from Hacker News

Show HN: Alpaca.cpp – Run an Instruction-Tuned Chat-Style LLM on a MacBook

github.com

1–10 of 303 posts

Re: Show HN: Alpaca.cpp – Run an Instruction-Tuned Chat-Style LLM on a MacBook

#5
post #2

Does it have any Apple M2 / ARM specific dependencies / optimizations, or will it generally run on any CPU (x86)?

It inherits from ARM NEON optimizations in llama.cpp but I believe it should also work on x86.

Re: Show HN: Alpaca.cpp – Run an Instruction-Tuned Chat-Style LLM on a MacBook

#9
post #4
post #3

Alpaca model leaked again?

No, this is an open reproduction of Alpaca on the leaked LLaMA 7B weight set.

This isn't actually a direct reproduction. It's a bit missleading because it only says it at the bottom. This actually uses LORAs which train way faster and are much more flexible, but they perform a little worse.

There is someone that is doing a direct reproduction of Alpaca in the alpaca repo issues though.

> The weights are based on the published fine-tunes from alpaca-lora

Post reply on HN