Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nikigoli/countgd
XilingR
/
yopo
like
0
Runtime error
App
Files
Files
Community
3e5bad7
yopo
/
models
/
GroundingDINO
/
csrc
/
cuda_version.cu
nikigoli
Upload folder using huggingface_hub
a277bb8
verified
5 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
#
include
<cuda_runtime_api.h>
namespace
groundingdino {
int
get_cudart_version
()
{
return
CUDART_VERSION;
}
}
// namespace groundingdino