Installation#

Warning

In order to install the brew formula, you would need to download and install Xcode.

The project is distributed as both a Framework, and a binary utility to run the model inference. Currently, the installation implies compilation from sources using Homebrew package manager.

In order to install both Framework and binary, add a third-party repository:

$ brew tap ybubnov/metalchat https://github.com/ybubnov/metalchat

Then install the latest version of the project:

$ brew install --HEAD metalchat

See also

See more details on downloading and running a Llama3 model in the command line guide.