phimoe not supported

#3
by goodasdgood - opened

ModuleNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/mlx_lm/utils.py in _get_classes(config)
46 try:
---> 47 arch = importlib.import_module(f"mlx_lm.models.{model_type}")
48 except ImportError:

7 frames
ModuleNotFoundError: No module named 'mlx_lm.models.phimoe'

During handling of the above exception, another exception occurred:

ValueError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/mlx_lm/utils.py in _get_classes(config)
49 msg = f"Model type {model_type} not supported."
50 logging.error(msg)
---> 51 raise ValueError(msg)
52
53 return arch.Model, arch.ModelArgs

ValueError: Model type phimoe not supported.

Sign up or log in to comment