Update build_ops.sh
Browse files- build_ops.sh +4 -0
build_ops.sh
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
#!/bin/sh
|
|
|
|
|
|
|
|
|
2 |
export CC=/usr/bin/gcc-11 # this ensures that gcc 11 is being used for compilation
|
3 |
export CUDA_HOME=/usr/local/cuda
|
4 |
cd ./models/GroundingDINO/ops
|
|
|
1 |
#!/bin/sh
|
2 |
+
echo $CUDA_PATH
|
3 |
+
echo $LD_LIBRARY_PATH
|
4 |
+
echo $PATH
|
5 |
+
echo $CUDA_HOME
|
6 |
export CC=/usr/bin/gcc-11 # this ensures that gcc 11 is being used for compilation
|
7 |
export CUDA_HOME=/usr/local/cuda
|
8 |
cd ./models/GroundingDINO/ops
|