diff --git a/examples/models/llama3/README.md b/examples/models/llama3/README.md index cbbae119b77..5ea3e6b9e1e 100644 --- a/examples/models/llama3/README.md +++ b/examples/models/llama3/README.md @@ -1,2 +1,2 @@ # Summary -For Llama3, use the same example code, minus tokenizer, as Llama2. Please see the ../llama2/README.md for details. +For Llama3, use the same example code, minus tokenizer, as Llama2. Please see the [Llama2 README page](../llama2/README.md) for details.