From d65cb5121160571ed94d29e315a7a30239e97fdb Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Fri, 19 Apr 2024 10:42:05 -0700 Subject: [PATCH] Add link to llama3 README file (#3156) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3156 Reviewed By: kirklandsign Differential Revision: D56362041 --- examples/models/llama3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.