Open Muennighoff opened 4 weeks ago
thanks for raising this. Something to do with cli that I didn't think of. In mteb/models/e5_v.py
, could you add a pop device before passing **kwargs into LlavaNextForConditionalGeneration
for now?
self.device = kwargs.pop("device")
self.model = LlavaNextForConditionalGeneration.from_pretrained(
model_name, **kwargs
)
will open a PR with all issues soon.