MingGatsby's picture
Duplicate from ShilongLiu/Grounding_DINO_demo
ffd6cde
raw
history blame contribute delete
140 Bytes
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino