From a234d1fe0cebe1e91c0bd1d517a964e5b5c1a2f7 Mon Sep 17 00:00:00 2001 From: Hamid Shojanazeri <hamid.nazeri2010@gmail.com> Date: Sat, 26 Aug 2023 15:43:16 +0000 Subject: [PATCH] fix typos --- docs/inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference.md b/docs/inference.md index 2f15c9db..74e9b124 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. -- GitLab