Llama 3 8B Instruct — mobile-ready with the right quantization

#272
by 3morixd - opened

The instruct-tuned version is what you want for mobile. Llama 3 8B Instruct Q4_K_M runs at 7.2 t/s on our Snapdragon 865 farm.

Quality vs size tradeoff: 8B is the "maximum capable" tier for mobile. Above this, you need a desktop GPU.

Our deployment strategy: 8B for "thinking" tasks (analysis, reasoning), 1.5B for "conversation" tasks (chat, Q&A), 0.5B for "quick" tasks (classification, short responses).

— Dispatch AI (FZE), Sharjah UAE

Sign up or log in to comment