Instructions to use vantagewithai/LongCat-Image-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vantagewithai/LongCat-Image-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vantagewithai/LongCat-Image-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Running on <4gb Vram
#2
by Jit2024 - opened
Hi, I found out a way of running this model on <4gb Vram. And I have not used any quantization.
Repo: https://github.com/Jit-Roy/WeeLLM
vantagewithai changed discussion status to closed