Alex Cheema 4 месяцев назад
Родитель
Сommit
56f783b38d
2 измененных файлов с 23 добавлено и 2 удалено
  1. 13 2
      README.md
  2. 10 0
      exo/main.py

+ 13 - 2
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 - 0
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}")