Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoLee
/
DINO
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DINO
/
groundingdino
/
models
/
GroundingDINO
/
csrc
/
cuda_version.cu
NeoLee
Upload folder using huggingface_hub
71c5e40
verified
11 months 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