ValueError: Model type gpt_bigcode not supported.
#2
by
ipihq
- opened
Invocation of any granite-XX-code model with mlx-lm 0.13.0 fails
File "./.venv/lib/python3.12/site-packages/mlx_lm/utils.py", line 49, in _get_classes
arch = importlib.import_module(f"mlx_lm.models.{model_type}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'mlx_lm.models.gpt_bigcode'