How to get raw_logits from the Moondream model?

#64
by dutta18 - opened

We have the method "model.batch_answer( batch )", but what if I just want to get the logits before the decoding part. Something like using only the forward method "logits = model(batch)" which works for other similar models.

Sign up or log in to comment