diff --git a/README.md b/README.md index c91cbd061ad38f02aa849b9f41c4352ba3038606..db231487c9c988740178af8c9a9ffd5f672d3587 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Llama 2 Fine-tuning / Inference Recipes, Examples, Benchmarks and Demo Apps +# Code Llama 70B Instruct Inference Recipe. +**[Update Feb. 5, 2024] We added support for Code Llama 70B instruct in our example [inference script](./examples/code_llama/code_instruct_example.py). For details on formatting the prompt for Code Llama 70B instruct model please refer to [this document](./docs/inference.md)**. **[Update Dec. 28, 2023] We added support for Llama Guard as a safety checker for our example inference script and also with standalone inference with an example script and prompt formatting. More details [here](./examples/llama_guard/README.md). For details on formatting data for fine tuning Llama Guard, we provide a script and sample usage [here](./src/llama_recipes/data/llama_guard/README.md).**