Molmo on text tasks

#7
by shinya392 - opened

The Original model says it supports text-only tasks, but when I tried it with the quantized model (cyan2k/molmo-7B-D-bnb-4bit), I got the following error
Is there any plan to fix this in the future?
(https://huggingface.co/allenai/Molmo-7B-D-0924/discussions/18)

inputs = processor.process(
images=None,
text="Describe this image.",
)
↓
TypeError: '<' not supported between instances of 'NoneType' and 'int'

I would like to use it in a more advanced way, conversing interactively like an LLM.

Sign up or log in to comment