AI

3.26

Platform

Website

Project

llama.cpp: Run on macOS

# use gpu
./main -m ~/Downloads/llama-2-7b-chat.Q4_K_M.gguf --prompt "what is quantum"

# disable Metal gpu
./main -ngl 0  -m ~/Downloads/llama-2-7b-chat.Q4_K_M.gguf --prompt "what is quantum"

Models

Models are usually downloaded from Hugging Face

Leaderboard

Serving

Check later

📖