- llama.com - hub (aggregates everything)
- Llama Recipes repo
Llama 3
- Paper: The Llama 3 Herd of Models
- Llama 3: Model Cards & Prompt formats - AFAIK the same tokenizer (wrapped tiktoken) and special tokens were used for all Llama 3.XX model iterations
Llama 3.1:
Llama 3.2:
- Llama 3.2 Model Card - github.com/meta-llama/llama-model
- GitHub meta-llama - Llama 3.2
- Hugging Face Llama 3.2 1B
- Llama 3.2 From Scratch (A Standalone Notebook) by Sebastian Raschka
Comparison of Llama 3.2 1B and 3B
Llama 2
Llama Stack: Production Use Cases & Deployment
Llama Stack defines and standardizes the set of core building blocks needed to bring generative AI applications to market. These building blocks are presented in the form of interoperable APIs with a broad set of Service Providers providing their implementations.
đ Llama Stack repo