Shaswati Saha

Results 10 comments of Shaswati Saha

> Hi @ggogate > > Thank you very much for your answer and your pip freeze. It took me a while to answer as I was even not able to...

@MAGAer13, I set bf16 to False and low_cpu_mem_usage to True but still getting the error which says ""erfinv_vml_cpu" not implemented for 'Half'". Can you please help?

@MAGAer13, while passing below one as input to MplugOwlForConditionalGeneration, it forces me to pass **non_padding_mask**, **non_media_mask** and **prompt_mask** as input too even though those are **optional** in the forward pass....

@MAGAer13, can you please help? Facing similar issue for other attributes https://github.com/X-PLUG/mPLUG-Owl/issues/180#issuecomment-1837700889 @kcz358, is it also the case for you?

> > @MAGAer13, can you please help? Facing similar issue for other attributes [#180 (comment)](https://github.com/X-PLUG/mPLUG-Owl/issues/180#issuecomment-1837700889) > > @kcz358, is it also the case for you? > > Hi, this is...

@Fly-hub, you can do this by using the code below: `model = MplugOwlForConditionalGeneration.from_pretrained( pretrained_ckpt, device_map={'': 1}, )`

@2023luckyboy and @Shame-fight, change `from mplug_owl.modeling_mplug_owl import MplugOwlForConditionalGeneration` to `from mplug_owl_video.modeling_mplug_owl import MplugOwlForConditionalGeneration`

> I was also getting this error and didn't find the solution [in the previous issue](https://github.com/stevewongv/SSIS/issues/17) to work. I found for some reason that after installing pysobatools and SSIS, uninstalling...

Hi @Con6924, I am also facing issues while pip installing library==0.0.0. Could you recommend any other version for this?