Model type minimax not supported, No module named 'mlx_lm.models.minimax'

#2
by rcanand - opened
MLX Community org

Hi, I tried installing and running this model on mac with metal/mlx, it gives the error: "Model type minimax not supported". Tried both cli mlx_lm.generate and python code, same error.

Here is the relevant error:

.../.venv/lib/python3.13/site-packages/mlx_lm/utils.py", line 68, in _get_classes
    arch = importlib.import_module(f"mlx_lm.models.{model_type}")
...
ModuleNotFoundError: No module named 'mlx_lm.models.minimax'
...
.../.venv/lib/python3.13/site-packages/mlx_lm/utils.py", line 72, in _get_classes
    raise ValueError(msg)
ValueError: Model type minimax not supported.
MLX Community org

Nm - it isn't in the latest pypi version of mlx-lm - used the github version, worked.

rcanand changed discussion status to closed

Sign up or log in to comment