diff --git a/docs/inference.md b/docs/inference.md index 2f15c9dbd0814dc6b30128580dc79d6d03f06c7b..74e9b1241c35c5adfba7eeae7c55319367007141 100644 --- a/docs/inference.md +++ b/docs/inference.md @@ -43,7 +43,7 @@ Padding would be required for batch inference. In this this [example](../inferen **Code Llama** -Code llama was recently released with three flavors, base-model tha support multiple programming languages, Python fine-tuned model and an instruction fine-tuned and aligned variation of Code Llama, please read more [here](https://ai.meta.com/blog/code-llama-large-language-model-coding/). +Code llama was recently released with three flavors, base-model that support multiple programming languages, Python fine-tuned model and an instruction fine-tuned and aligned variation of Code Llama, please read more [here](https://ai.meta.com/blog/code-llama-large-language-model-coding/). Find the scripts to run Code Llama [here](../inference/code-llama/), where there are two examples of running code completion and infilling.