[object Object]

← back to Exo

Update README.md

09ed391896ae244b9d8992eee3ac5b3300126ce0 · 2024-09-22 00:20:48 -0400 · Yazan Maarouf

Files touched

Diff

commit 09ed391896ae244b9d8992eee3ac5b3300126ce0
Author: Yazan Maarouf <33079514+Yazington@users.noreply.github.com>
Date:   Sun Sep 22 00:20:48 2024 -0400

    Update README.md
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index ca3cec2d..bc8768be 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,10 @@ The current recommended way to install exo is from source.
 ### Prerequisites
 
 - Python>=3.12.0 is required because of [issues with asyncio](https://github.com/exo-explore/exo/issues/5) in previous versions.
+- Linux (with NVIDIA card):
+  - NVIDIA driver (test with `nvidia-smi`)
+  - CUDA (https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#cuda-cross-platform-installation) (test with `nvcc --version`)
+  - cuDNN (https://developer.nvidia.com/cudnn-downloads) (test with [link](https://docs.nvidia.com/deeplearning/cudnn/latest/installation/linux.html#verifying-the-install-on-linux:~:text=at%20a%20time.-,Verifying%20the%20Install%20on%20Linux,Test%20passed!,-Upgrading%20From%20Older))
 
 ### From source
 

← 27bf5069 Fix issue where offline node cannot detect online node over  ·  back to Exo  ·  update logs for tailscale discovery f7a4eaf1 →