exo-explore / exo

Run your own AI cluster at home with everyday devices 📱💻 🖥️⌚
GNU General Public License v3.0
6.56k stars 342 forks source link

An error module occurs when running llama3_distributed.py #189

Open yuqiao9 opened 2 weeks ago

yuqiao9 commented 2 weeks ago

As shown in the picture, the mlx module is missing, but when I run pip install mlx, it says that the module doesn’t exist

微信图片_20240828175839
AlexCheema commented 2 weeks ago

The example was outdated. I've removed it now and added another example: https://github.com/exo-explore/exo/commit/5a9f4ba5c1f4b1258b91350714d6e68b6195eb8a

I see you're using conda, in which case you may need to follow the conda instructions here for installing MLX: https://ml-explore.github.io/mlx/build/html/install.html I'm not sure if exo will work with conda, let me know how it goes!