Spaces:
Sleeping
Sleeping
Update build_ops.sh
Browse files- build_ops.sh +1 -1
build_ops.sh
CHANGED
@@ -23,4 +23,4 @@ python ./setup.py build install
|
|
23 |
#pip install MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
|
24 |
python ./test.py # should result in 6 lines of * True
|
25 |
cd ../../../
|
26 |
-
cp ./models/GroundingDINO/ops/build/lib.linux-x86_64-cpython-310/MultiScaleDeformableAttention.cpython-310-x86_64-linux-gnu.so .
|
|
|
23 |
#pip install MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
|
24 |
python ./test.py # should result in 6 lines of * True
|
25 |
cd ../../../
|
26 |
+
#cp ./models/GroundingDINO/ops/build/lib.linux-x86_64-cpython-310/MultiScaleDeformableAttention.cpython-310-x86_64-linux-gnu.so .
|