vLLM or llama.cpp support?

#1
by coder543 - opened

I would like to try this model out, but LLaDA2.2 (flash or mini) seems difficult to run in any practical way since transformers always feels like a developer framework, not a way to deploy to my RTX 3090 or my DGX Spark. Are there any plans to contribute support to one of the main inference servers?

I had a GPT-6 Astra agent spend yesterday and today building an inference runtime for LLaDA2.2, since it seemed like a fun challenge: https://github.com/coder543/minnow

Quantized weights are available on huggingface, as linked from the README.

I believe this is by far the fastest LLaDA2.2 inference runtime in existence for Nvidia hardware today. It is much faster than the reference transformers implementation, and it is a more fully featured experience. Hopefully other people can enjoy testing LLaDA2.2! It seems like a neat model series.

Sign up or log in to comment