mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
Update.
This commit is contained in:
15
README.md
15
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
|
||||
|
||||
10
exo/main.py
10
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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user