chain-of-zoom-4bit-complete / pipeline_config.json
humbleakh's picture
Upload complete Chain-of-Zoom 4-bit quantized pipeline
51b23dc verified
{
"pipeline_name": "Chain-of-Zoom 4-bit Complete",
"components": {
"vlm": "humbleakh/qwen2.5-vl-3b-4bit-chain-of-zoom",
"diffusion": "humbleakh/stable-diffusion-3-4bit-chain-of-zoom",
"ram": "humbleakh/ram-swin-large-4bit-chain-of-zoom"
},
"quantization": {
"method": "BitsAndBytes NF4",
"precision": "4-bit",
"memory_reduction": "75%"
},
"usage": {
"notebook": "chain_of_zoom_4bit_hf_complete.ipynb",
"environment": "Google Colab T4 GPU",
"memory_required": "3GB VRAM"
},
"created": "2025-06-08T17:12:22.520238"
}