Spaces:
Running
on
T4
Running
on
T4
Update build_ops.sh
Browse files- build_ops.sh +1 -1
build_ops.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
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/
|
4 |
cd ./models/GroundingDINO/ops
|
5 |
python ./setup.py build install
|
6 |
python ./test.py # should result in 6 lines of * True
|
|
|
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
|
5 |
python ./setup.py build install
|
6 |
python ./test.py # should result in 6 lines of * True
|