You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 403 line of file InternVL/internvl_chat/internvl/model/internvl_chat /modeling_internvl_chat.py, I see: input_ids: Optional[torch.FloatTensor] = None,
Why this input_ids be FloatTensor, not LongTensor?
The text was updated successfully, but these errors were encountered:
natsunoshion
changed the title
Question about input_ids of typeFloatTensor in code.
Question about input_ids of typeFloatTensor in code.
Feb 21, 2025
In the 403 line of file
InternVL/internvl_chat/internvl/model/internvl_chat /modeling_internvl_chat.py
, I see:input_ids: Optional[torch.FloatTensor] = None,
Why this input_ids be FloatTensor, not LongTensor?
The text was updated successfully, but these errors were encountered: