nikigoli commited on
Commit
9fc0415
1 Parent(s): c92e2ca

Update build_ops.sh

Browse files
Files changed (1) hide show
  1. build_ops.sh +1 -6
build_ops.sh CHANGED
@@ -1,7 +1,2 @@
1
  #!/bin/sh
2
-
3
- export CC=/usr/bin/gcc-11 # this ensures that gcc 11 is being used for compilation
4
- cd ./models/GroundingDINO/ops
5
- python ./setup.py build install
6
- python ./test.py # should result in 6 lines of * True
7
- cd ../../../
 
1
  #!/bin/sh
2
+ python -m easy_install MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg