← back to Exo
add llama-3.1 notice to README
8d2bb819bff92ad94e6d008d87cfd18798b75a0f · 2024-07-23 15:51:29 -0700 · Alex Cheema
Files touched
Diff
commit 8d2bb819bff92ad94e6d008d87cfd18798b75a0f
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Tue Jul 23 15:51:29 2024 -0700
add llama-3.1 notice to README
---
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 50cfd951..0aa0885c 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,16 @@ exo: Run your own AI cluster at home with everyday devices. Maintained by [exo l
</div>
-
---
Forget expensive NVIDIA GPUs, unify your existing devices into one powerful GPU: iPhone, iPad, Android, Mac, Linux, pretty much any device!
+<div align="center">
+ <h2>Update: Exo Supports Llama 3.1</h2>
+ <p>Now the default models, run 8B, 70B and 405B parameter models on your own devices</p>
+ <p><a href="https://github.com/exo-explore/exo/blob/main/exo/inference/mlx/models/sharded_llama.py">See the code</a></p>
+</div>
+
## Get Involved
exo is **experimental** software. Expect bugs early on. Create issues so they can be fixed. The [exo labs](https://x.com/exolabs_) team will strive to resolve issues quickly.
← 7a2fbf22 add model selection to tinychat
·
back to Exo
·
make configurable discovery timeout 63a05d5b →