Can't run this via mlx_lm.generate nor via your python snippet

#1
by ahrjay - opened

mlx-community/Nemotron-Labs-Diffusion-3B-4bit fails with mlx-lm 0.31.3.

Command:
mlx_lm.generate --model mlx-community/Nemotron-Labs-Diffusion-3B-4bit --prompt "Hello"

Error:
ValueError: Model type nemotron_labs_diffusion not supported.

The repo config uses model_type=nemotron_labs_diffusion and auto_map to PyTorch/Transformers files, but mlx-lm resolves model classes via mlx_lm. models. or config["model_file"]. There is no mlx_lm.models. nemotron_labs_diffusion in 0.31.3, and the repo does not include an MLX model_file.

What am I missing to try this out with mlx?

I think you might want to bring this up on the mx_lm github project? looks like mlx-vlm has code to support that type, though i'm not sure this is a 'vision' model!?

Sign up or log in to comment