Image-Text-to-Text
Transformers
GGUF
English
conversational
langdaohlb commited on
Commit
c8b7cca
·
verified ·
1 Parent(s): da058f7

Delete unused file

Browse files
Files changed (1) hide show
  1. REDME.md +0 -10
REDME.md DELETED
@@ -1,10 +0,0 @@
1
- **ZwZ-2B-GGUF**
2
-
3
- This repository provides GGUF-format weights for [ZwZ-2B](https://huggingface.co/inclusionAI/ZwZ-2B), split into two components:
4
-
5
- - Language model (LLM): FP16, Q8_0, Q4_K_M
6
- - Vision encoder (mmproj): FP16, Q8_0, Q4_K_M
7
-
8
- These files are compatible with llama.cpp, Ollama, and other GGUF-based tools, supporting inference on CPU, NVIDIA GPU (CUDA), Apple Silicon (Metal), Intel GPUs (SYCL), and more. You can mix precision levels for the language and vision components based on your hardware and performance needs, and even perform custom quantization starting from the FP16 weights.
9
-
10
- Enjoy running this multimodal model on your personal device! 🚀