From 8a427bcb2163f043bbc1276e2450fad51f953849 Mon Sep 17 00:00:00 2001 From: Mikko Juola Date: Sat, 11 Mar 2023 12:01:55 -0800 Subject: [PATCH] The project is actually called rllama, put that in readme.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec4febb..a5b5f9a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AdeonLLaMA +# RLLaMA This is my attempt at making the LLaMA language model working on a pure Rust CPU implementation. I was inspired by an amazing CPU implementation here: