This commit is contained in:
Alex Cheema
2025-10-21 17:29:48 +01:00
parent e4238f9ef3
commit 56f783b38d
2 changed files with 23 additions and 2 deletions

View File

@@ -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

View File

@@ -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}")