36f69c5dd5e79b1a83b491c5e72452d3da32e2bd
exo/Ubuntu 24.04\343\201\270exo\343\202\222\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,13 @@ |
1 | +1. Driverのインストール |
|
2 | + - <https://docs.nvidia.com/datacenter/tesla/driver-installation-guide/index.html#ubuntu-installation-network> |
|
3 | +1. CUDAのインストール |
|
4 | + - <https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#network-repo-installation-for-ubuntu> |
|
5 | +1. cuDNNのインストール |
|
6 | + - <https://developer.nvidia.com/cudnn-downloads> |
|
7 | +1. exoのインストール |
|
8 | + - <https://github.com/exo-explore/exo?tab=readme-ov-file#from-source> |
|
9 | +1. `llvmlite`のインストール |
|
10 | + |
|
11 | + ```bash |
|
12 | + pip install llvmlite |
|
13 | + ``` |