From 4535964de7cbaef2ce9ede5f864b429306ce45bd Mon Sep 17 00:00:00 2001 From: Orion Reblitz-Richardson Date: Thu, 18 Apr 2024 14:57:18 -0700 Subject: [PATCH] [Llama3] Add reference to the llama2 example for llama3 --- examples/models/llama3/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/models/llama3/README.md diff --git a/examples/models/llama3/README.md b/examples/models/llama3/README.md new file mode 100644 index 00000000000..cbbae119b77 --- /dev/null +++ b/examples/models/llama3/README.md @@ -0,0 +1,2 @@ +# Summary +For Llama3, use the same example code, minus tokenizer, as Llama2. Please see the ../llama2/README.md for details.