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
Rename LongCat-Image-Q4_1.gguf to org/LongCat-Image-Q4_1.gguf
Browse files
.gitattributes
CHANGED
|
@@ -64,3 +64,4 @@ org/LongCat-Image-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 64 |
org/LongCat-Image-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
org/LongCat-Image-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
org/LongCat-Image-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 64 |
org/LongCat-Image-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
org/LongCat-Image-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
org/LongCat-Image-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
org/LongCat-Image-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
LongCat-Image-Q4_1.gguf → org/LongCat-Image-Q4_1.gguf
RENAMED
|
File without changes
|