Views
No views yet
transformers/merged_16bittransformers + bitsandbytes./ggufllama.cpp hoặc các engine suy luận local.Qwen3-VL-2B-Instruct-Vietnamese.Q4_K_M.gguf — bản nén 4-bit chất lượng caoQwen3-VL-2B-Instruct-Vietnamese.mmproj.gguf — file projector xử lý hình ảnh1from transformers import Qwen2VLForConditionalGeneration, AutoProcessor
2
3model = Qwen2VLForConditionalGeneration.from_pretrained(
4 "minhduc168/Qwen3-VL-2B-Instruct-Vietnamese",
5 device_map="auto"
6)
7
8processor = AutoProcessor.from_pretrained(
9 "minhduc168/Qwen3-VL-2B-Instruct-Vietnamese"
10).gguf)mmproj.gguf)| Quantization | VRAM đề xuất |
|---|---|
| 4-bit bnb | ~6–8GB |
| GGUF Q4 | Chạy được trên CPU (khuyến nghị ≥16GB RAM) |