chengcheng222's picture
add dino
ca4aa8f
raw
history blame contribute delete
140 Bytes
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino