ikuinen99 commited on
Commit
2015c2f
·
1 Parent(s): f2a10eb
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
- warnings.warn("Failed to load custom C++ ops. Running on CPU mode Only!")
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