Spaces:
Sleeping
Sleeping
Update pipeline/GroundingDINO/groundingdino/models/GroundingDINO/ms_deform_attn.py
Browse files
pipeline/GroundingDINO/groundingdino/models/GroundingDINO/ms_deform_attn.py
CHANGED
@@ -26,7 +26,7 @@ from torch.autograd.function import once_differentiable
|
|
26 |
from torch.nn.init import constant_, xavier_uniform_
|
27 |
|
28 |
try:
|
29 |
-
from groundingdino import _C
|
30 |
except:
|
31 |
warnings.warn("Failed to load custom C++ ops. Running on CPU mode Only!")
|
32 |
|
|
|
26 |
from torch.nn.init import constant_, xavier_uniform_
|
27 |
|
28 |
try:
|
29 |
+
from pipeline.GroundingDINO.groundingdino import _C
|
30 |
except:
|
31 |
warnings.warn("Failed to load custom C++ ops. Running on CPU mode Only!")
|
32 |
|