Are these models good for coding agents?

#1
by wsintra - opened

Tried running in omlx with opencode.

omlx.server - WARNING - POST /v1/chat/completions -> 400: Tool calling is not supported with diffusion models.

MLX Community org
โ€ข
edited 29 days ago

Optimally, a diffusion model would not be the best choice for competitive business GTM or even maintenance engineering. But it could probably build a snake game for your github...idk...could be good for pasting images and asking for code to build out something similar or not to the image.

/> GGUF is basically a wrapper that compresses AI models (mainly text, but sometimes visual models) so you can run them with less computer memory.
/> Diffusion is the AI engine that paints pixels or generates frames.
/> Quantization is the act of shrinking these engines so they fit on your personal hardware (i.e., mlx apple silicon, yada yada yada).

https://huggingface.co/blog/ngxson/common-ai-model-formats

asking the questions means you are on the right track!

Sign up or log in to comment