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
what is the vram requirement to run inference? i am having OOM using lmsys/vicuna-13b, but lmsys/vicuna-7b is giving me size mismatch error.
Or am i using the wrong model?
The text was updated successfully, but these errors were encountered:
Thank you for the question.
Video-SALMONN is trained with vicuna-13b so the input dimension for the 7b model would not match the Q-Former output of video-SALMONN. It would be helpful to try quantization (with a bit of performance loss).
@BriansIDP
Thank you for your work.
what is the vram requirement to run inference? i am having OOM using
lmsys/vicuna-13b
, butlmsys/vicuna-7b
is giving me size mismatch error.Or am i using the wrong model?
The text was updated successfully, but these errors were encountered: