Grounded-Segment-Anything icon indicating copy to clipboard operation
Grounded-Segment-Anything copied to clipboard

Impossible to install on colab (likely due to cuda 11.8)

Open imiraoui opened this issue 1 year ago • 4 comments

The wheels of groundingDino fail to build and at inference time we get:

---> 53 output = _C.ms_deform_attn_forward( 54 value, 55 value_spatial_shapes,

NameError: name '_C' is not defined

imiraoui avatar Nov 19 '23 00:11 imiraoui

You can check it with the following tips:

  • lower the GCC version (maybe 9.3 is OK)
  • lower the Torch version (we use torch 12.0 and cuda-11.3)

rentainhe avatar Nov 20 '23 15:11 rentainhe

Open

Nidacoke avatar Nov 20 '23 20:11 Nidacoke

#396

Nidacoke avatar Nov 20 '23 20:11 Nidacoke

Nidacoke avatar Nov 20 '23 20:11 Nidacoke