Spaces:
Running
on
Zero
Running
on
Zero
File size: 140 Bytes
382c1fc |
1 2 3 4 5 6 7 8 |
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino
|