mlx icon indicating copy to clipboard operation
mlx copied to clipboard

mlx_lm.server did not work for me after pip install mlx-lm openai

Open sajin-universe opened this issue 6 months ago • 1 comments

mlx_lm.server did not work for me after pip install mlx-lm openai. Can you please help? I have a 8GB Mac M1. I have other model locally successfully using MLX

sajin-universe avatar Jun 08 '25 04:06 sajin-universe

Could you try running python -c "import mlx_lm; print(mlx_lm.__version__)"

If that doesn't work mlx_lm didn't install where you think it installed and it's likely an environment issue.

awni avatar Jun 08 '25 19:06 awni