exo icon indicating copy to clipboard operation
exo copied to clipboard

An error module occurs when running llama3_distributed.py

Open yuqiao9 opened this issue 1 year ago • 1 comments

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

yuqiao9 avatar Aug 28 '24 10:08 yuqiao9

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!

AlexCheema avatar Aug 28 '24 10:08 AlexCheema