I wanted to share an update for those following GroundingDINO development. Because the original repository hasn’t received updates in quite some time, I’ve created and published an up-to-date, fully compatible fork that brings the project current with modern tool-chains.
📦 New release: groundingdino-cu128 on PyPI
Supports PyTorch 2.7 and CUDA 12.8
Modernized C++/CUDA extension (migrated from TH/THC → ATen/Torch)
C++17 build system, cleaner setup for Linux and containerized environments
Ready-to-Run Docker image w\ PyTorch & CUDA support built-in
minimal tests included for reproducibility
Learn more, star and fork my repo at GhostCipher
All original license terms (Apache 2.0) and attributions have been preserved in full.
The fork’s changes are limited to modernization, packaging, and build maintenance—no original intellectual property or authorship has been altered or removed.
-GhostCipher