Projects Archive About

Release of Llama 3.3

You wouldn’t know it from reading their Github site, but Meta just released version 3.3 of their Llama series of models. Unlike previous versions, the release consists of a single model: Llama 3.3 70B Instruct. The model card is here and you can download it here.

I haven’t seen any benchmarks from reputable sites, but the early reviews have been stellar. Llama 3.3 keeps the 128k context of previous models, and provides enhanced tool calling with multilingual support. It outperforms Llama 3.1 70B and provides performance that compares well with Llama 405B.

I find it interesting that Meta chose HuggingFace as their first outlet. In the Llama 3.2 release, Meta wanted developers to deploy models with their Llama Stack API. I did my best to get Llama Stack working, but I never succeeded. Maybe Meta has accepted that the majority of developers access models through HuggingFace.

The timing of the release is also noteworthy. AWS announced their Nova models three days ago and OpenAI announced their OpenAI o1 model yesterday. Is Meta trying to steal their thunder? Or are they reminding developers that open-source models are just as good, if not better than, proprietary models? Either way, my money is on Llama.