|
@@ -62,9 +62,12 @@ Exo supports different partitioning strategies to split up a model across device
|
|
|
|
|
|
The current recommended way to install exo is from source.
|
|
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.
|
|
|
|
+
|
|
### From source
|
|
### From source
|
|
|
|
|
|
-Python>=3.12.0 is required because of [issues with asyncio](https://github.com/exo-explore/exo/issues/5) in previous versions.
|
|
|
|
|
|
|
|
```sh
|
|
```sh
|
|
git clone https://github.com/exo-explore/exo.git
|
|
git clone https://github.com/exo-explore/exo.git
|
|
@@ -72,6 +75,10 @@ cd exo
|
|
pip install .
|
|
pip install .
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+### Troubleshooting
|
|
|
|
+
|
|
|
|
+- If running on Mac, MLX has an [install guide](https://ml-explore.github.io/mlx/build/html/install.html) with troubleshooting steps
|
|
|
|
+
|
|
## Documentation
|
|
## Documentation
|
|
|
|
|
|
### Example Usage on Multiple MacOS Devices
|
|
### Example Usage on Multiple MacOS Devices
|