mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-18 00:47:23 +02:00
Add a --gpu-memory-utilization flag (0.0-1.0, default 0.85) that controls the fraction of GPU VRAM available for model loading. Plumbed from CLI through AbliterationPipeline to load_model's max_memory calculation. Useful on dedicated GPU setups where the default 15% reserve is wasteful and causes unnecessary CPU offloading on models that would otherwise fit.