Spaces:
Running
on
T4
Running
on
T4
Update build_ops.sh
Browse files- build_ops.sh +1 -1
build_ops.sh
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
#DEBIAN_FRONTEND=noninteractive apt-get update
|
7 |
#DEBIAN_FRONTEND=noninteractive apt-get -y install cuda
|
8 |
#wheel convert ./MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg
|
9 |
-
pip install ./
|
10 |
echo $CUDA_PATH
|
11 |
echo $LD_LIBRARY_PATH
|
12 |
echo $PATH
|
|
|
6 |
#DEBIAN_FRONTEND=noninteractive apt-get update
|
7 |
#DEBIAN_FRONTEND=noninteractive apt-get -y install cuda
|
8 |
#wheel convert ./MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg
|
9 |
+
pip install ./models/GroundingDINO/ops
|
10 |
echo $CUDA_PATH
|
11 |
echo $LD_LIBRARY_PATH
|
12 |
echo $PATH
|