deepseek_vl2 error
i installed deepseek_vlhttps://github.com/deepseek-ai/DeepSeek-VL2/tree/main from github
but this code does not work:
from deepseek_vl.models import DeepseekVLV2Processor
from deepseek_vl.utils.io import load_pil_images
yet, it should be:
from deepseek_vl2.models import DeepseekVLV2Processor
from deepseek_vl2.utils.io import load_pil_images
then it started to find appropriate modules. Please update your code.
Hi @bako96 ,
I have already changed the above lines but I am getting many errors while I'm trying to get it to run. Were you able to run everything seamlessly?
Hi @bako96 ,
I have already changed the above lines but I am getting many errors while I'm trying to get it to run. Were you able to run everything seamlessly?
Unfortunately no, it needs to be "xformers" installed. You should include this in your image which i did not. Or you can use flash attention too if possible.