Open SakshiKhadilkar opened 8 months ago
1) This model is being used in ExponentialML Text-To-Video Fine Tuning
2) Run the script preprocess.py , in which "Salesforce/blip2-opt-2.7b" is used.
3) Some issue with this function present in modeling_blip_2.py file
@torch.no_grad() def generate( self, pixel_values: torch.FloatTensor, input_ids: Optional[torch.LongTensor] = None, attention_mask: Optional[torch.LongTensor] = None, **generate_kwargs, ) -> torch.LongTensor:
The following are the errors
I am also facing the same issue !!
1) This model is being used in ExponentialML Text-To-Video Fine Tuning
2) Run the script preprocess.py , in which "Salesforce/blip2-opt-2.7b" is used.
3) Some issue with this function present in modeling_blip_2.py file
@torch.no_grad() def generate( self, pixel_values: torch.FloatTensor, input_ids: Optional[torch.LongTensor] = None, attention_mask: Optional[torch.LongTensor] = None, **generate_kwargs, ) -> torch.LongTensor:
The following are the errors