Arisha Kumar

Results 17 comments of Arisha Kumar

@zhreshold I will try with the new version again...Thanks for the response.

@zhreshold I re-installed mxnet and now I have 1.0.0 version. I am still facing issues- `mxnet.base.MXNetError: [10:44:04] src/io/local_filesys.cc:166: Check failed: allow_null LocalFileSystem: fail to open "/home/arisha/mxnet-ssd/model/ssd_mobilenet_512-0000.params"` I am not sure...

Please see the attached log from running env-check.bat. I had to update the transformers to use the latest version for using VideoLlavaProcessor, VideoLlavaForConditionalGeneration ``` Python 3.11.7 ----------------------------------------------------------------- transformers=4.41.0 ----------------------------------------------------------------- torch=2.1.0a0+cxx11.abi...

Here is my version of the code : ``` import av import numpy as np import torch from transformers import VideoLlavaProcessor, VideoLlavaForConditionalGeneration from ipex_llm import optimize_model def read_video_pyav(container, indices): frames...

> > Here is my version of the code : > > ``` > > import av > > import numpy as np > > import torch > > >...

Is VideoLlavaProcessor available in transformer 4.37.2 ??

@RedAndr so SD2.1 can be converted using the conversion steps mentioned in https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/225-stable-diffusion-text-to-image/225-stable-diffusion-text-to-image.ipynb ?

Thank you so much for your response. Had few more questions - Did you keep the same tokenizer - 'openai/clip-vit-large-patch14' from before ? I thought there was a change with...