Spaces:
Sleeping
Sleeping
File size: 289 Bytes
d3ef70e 33ec58a 0b0d69a 33ec58a |
1 2 3 4 5 6 7 |
#!/bin/sh
export CC=/usr/bin/gcc-11 # this ensures that gcc 11 is being used for compilation
export CUDA_HOME=/usr/local/lib/python3.10/site-packages/torch/cuda
cd ./models/GroundingDINO/ops
python ./setup.py build install
python ./test.py # should result in 6 lines of * True
cd ../../../ |