Spaces:
Runtime error
Runtime error
Update build_ops.sh
Browse files- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|