JCSTARS

Results 1 issues of JCSTARS

When I add output_hidden_states=True in generation config to get model hidden_states. It'snot working. After digging into modeling_internvl_chat.py, I found that the output_hidden_states seems cannot pass into self.language_model.generate. Is there some...