← back to Exo
Update.
56f783b38dc6b08ce606b07a5386dc40dae00330 · 2025-10-21 17:29:48 +0100 · Alex Cheema
Files touched
Diff
commit 56f783b38dc6b08ce606b07a5386dc40dae00330
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Tue Oct 21 17:29:48 2025 +0100
Update.
---
README.md | 15 +++++++++++++--
exo/main.py | 10 ++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 96e47e72..40c785ee 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,22 @@ exo: Run your own AI cluster at home with everyday devices. Maintained by [exo l
---
-Unify your existing devices into one powerful GPU: iPhone, iPad, Android, Mac, NVIDIA, Raspberry Pi, pretty much any device!
+> **EXO**
+>
+> EXO started out of a desire to run research experiments on large language models using the hardware we already owned.
+>
+> What began here is becoming part of something much larger.
+>
+> soon™
+>
+> \- The EXO Team
+
+---
+
+--ify your existing devices into one powerful GPU: iPhone, iPad, Android, Mac, NVIDIA, Raspberry Pi, pretty much any device!
<div align="center">
<h2>Update: exo is hiring. See <a href="https://exolabs.net">here</a> for more details.</h2>
- <h2>Interested in running exo in your business? <a href="mailto:hello@exolabs.net">Contact us</a> to discuss.</h2>
</div>
## Get Involved
diff --git a/exo/main.py b/exo/main.py
index db91251c..1ac5672d 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -96,6 +96,16 @@ print(f"Selected inference engine: {args.inference_engine}")
print_yellow_exo()
+print("\n" + "="*80)
+print("EXO")
+print("="*80)
+print("\nEXO started out of a desire to run research experiments on large language")
+print("models using the hardware we already owned.")
+print("\nWhat began here is becoming part of something much larger.")
+print("\nsoon™")
+print("\n- The EXO Team")
+print("="*80 + "\n")
+
system_info = get_system_info()
print(f"Detected system: {system_info}")
← 363c98a8 leaf placement
·
back to Exo
·
download fixes a346af34 →