Spaces:
Runtime error
Runtime error
update
Browse files
groundingdino/models/GroundingDINO/ms_deform_attn.py
CHANGED
|
@@ -32,7 +32,7 @@ try:
|
|
| 32 |
_C = ext_loader.load_ext(
|
| 33 |
'_ext', ['ms_deform_attn_backward', 'ms_deform_attn_forward'])
|
| 34 |
except:
|
| 35 |
-
|
| 36 |
|
| 37 |
|
| 38 |
# helpers
|
|
|
|
| 32 |
_C = ext_loader.load_ext(
|
| 33 |
'_ext', ['ms_deform_attn_backward', 'ms_deform_attn_forward'])
|
| 34 |
except:
|
| 35 |
+
print("Failed to load custom C++ ops. Running on CPU mode Only!")
|
| 36 |
|
| 37 |
|
| 38 |
# helpers
|