KejiaZhang

Results 6 comments of KejiaZhang

You can try the following steps to set up your environment: ``` conda create -n lavis python=3.11 -y conda activate lavis pip install --upgrade pip pip install salesforce-lavis pip install...

> This question has also been troubling me for a long time. The final solution is to follow the latest version of OpenCV Python, as it supports numpy>2.0 pip install...

i also have the same question, could the authors' team help us to fix this propblem?

I am attempting to load CLIPConfig to resolve an issue in the following code: ``` config = CLIPConfig.from_pretrained('google/siglip-so400m-patch14-384') self.vision_tower = CLIPVisionModel.from_pretrained(self.vision_tower_name, device_map=device_map, config=config.vision_config) ``` I am now encountering only one...

Hi @Luodian @kcz358 @ZhangYuanhan-AI @ChunyuanLI , Could you kindly take a look at this issue? Your input would be greatly appreciated in resolving it.