GGUF version please!!

#1
by cimilarkes - opened

GGUF version please!!

and llama.cpp support (if you allow me to wish)

Why are there no weights on the repo?

GGUF how? Mainline llama.cpp doesn't even support the original model that this model is built on.

LongCat org

Why are there no weights on the repo?

Thanks for your patience! The weights are now available on the repo.

Just commenting so I'll get notified if anything happens hopefully, nice to see medium smallish model that people can run locally soon hopefully if it doesn't fall into void of models that never get llama.cpp support

Thanks Meituan team. I've been a longcat fan since the first release earlier last year. This model looks to be the perfect size. Even if the benchmarks are not as good for coding/agentic tasks compared to other chinese models I always thought it was good for RP and had solid general knowledge.

https://github.com/ggml-org/llama.cpp/pull/19167

The llama.cpp pr adding support for this longcat-flash-lite arch just got new commits merged.

https://github.com/ggml-org/llama.cpp/pull/19167

The llama.cpp pr adding support for this arch just got new commits merged.

This is for LongCat-Flash-Lite, not for LongCat-Flash-Lite-Sparse, I already made a fork that adds support on llama.cpp for LongCat-Flash-Lite, here:

https://github.com/erm14254/llama.cpp-minimax-m3-combined/tree/longcat-mtp

And I made GGUFs too:

https://huggingface.co/llmfan46/LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved-GGUF

Support for LongCat-Flash-Lite-Sparse would require a lot of extra work to add into llama.cpp

@Wen-Z will there be QAT version of LongCat-Flash-Lite-Sparse (or maybe LongCat-Flash-Lite-2.0?)
Also who here knows how to make quantized MLX versions of this? @llmfan46 any recommendations?
P.S. quantized DFlash/DSpark support would be cool too

@Wen-Z will there be QAT version of LongCat-Flash-Lite-Sparse (or maybe LongCat-Flash-Lite-2.0?)
Also who here knows how to make quantized MLX versions of this? @llmfan46 any recommendations?
P.S. quantized DFlash/DSpark support would be cool too

Sorry I never made any MLX, I made GGUFs, NVFP4, NVFP4 GGUFs, GPTQs, AWQs and FP8.

Anyway the other issue with LongCat models is the complete lack of architecture support, even if you made a quant, most likely nothing would support it unless someone added support themselves.

Sign up or log in to comment