Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Volkopat/SegmentAnythingxGroundingDINO
waleko
/
SegmentAnythingxGroundingDINO
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SegmentAnythingxGroundingDINO
/
groundingdino
/
models
/
GroundingDINO
/
csrc
/
cuda_version.cu
Volko
first push
6b7f843
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
#
include
<cuda_runtime_api.h>
namespace
groundingdino {
int
get_cudart_version
()
{
return
CUDART_VERSION;
}
}
// namespace groundingdino