nikigoli commited on
Commit
83303a0
1 Parent(s): 5e5e195

Update build_ops.sh

Browse files
Files changed (1) hide show
  1. 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