countgd / build_ops.sh
nikigoli's picture
Rename startup.sh to build_ops.sh
654cb68 verified
raw
history blame
222 Bytes
#!/bin/sh
export CC=/usr/bin/gcc-11 # this ensures that gcc 11 is being used for compilation
cd ./models/GroundingDINO/ops
python ./setup.py build install
python ./test.py # should result in 6 lines of * True
cd ../../../