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.