zukangy / KGP-CuriousLLM

6 stars 0 forks source link

What is the mlx and mlx-lm package #7

Open sadwaad opened 3 months ago

sadwaad commented 3 months ago

When I install the environment, it says that the package mlx is not found. Is this package private? How should I download it?

zukangy commented 3 months ago

@sadwaad Hi, here is the link https://github.com/ml-explore/mlx. The requirements.txt indicates the exact versions for my experiments were mlx==0.9.1 and mlx-lm==0.0.14. This package is for silicon Mac though, so please ensure your device is compatible. Otherwise, the hugging face transformers package is the best option.