From cdf4a1ab462239f8b3d440233a8545f66ca9f11f Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Tue, 14 Jan 2025 15:35:52 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da232b526..207364c50 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ This repository covers the most popular community approaches, use-cases and the ## FAQ: +- Q: What happened to llama-recipes? + +A: We recently renamed llama-recipes to llama-cookbook + - Q: Prompt Template changes for Multi-Modality? A: Llama 3.2 follows the same prompt template as Llama 3.1, with a new special token `<|image|>` representing the input image for the multimodal models.