WW

Results 5 issues of WW

### 分支 main 分支 (mmpretrain 版本) ### 描述该错误 Hello,I have some questions about model loading weights, I have downloaded the pre-trained model of MMPretrain locally in advance, but when I...

When I compiled the source code, I was prompted with the above error The error occurred in: Linking CXX shared library..// Lib/libopencv_ Rgbd.so

I would like to ask how n^2 in Eq.8 was obtained, or could you please explain in detail the calculation process of Eq.8. Thank you very much

Thank you for your excellent work. I would like to inquire if your code supports attacking other models, such as the QWen series. I consulted if you have any good...

# 安装基础环境 ``` git clone https://github.com/Unispac/Visual-Adversarial-Examples-Jailbreak-Large-Language-Models.git cd Visual-Adversarial-Examples-Jailbreak-Large-Language-Models conda env create -f environment.yml conda activate minigpt4 ``` - 但是在安装过程中可能出现,pycocotools安装失败和peft安装时删除了已经安装好的PyTorch-1.12.1版本换成了另外版本的PyTorch。 对于这两个问题,我的解决方法是: 首先在**environment.yml**中注释掉36行(pycocotools)和56行(peft)。 单独安装pycocotools和peft: ``` pip install pycocotools==2.0.6 # 安装适配PyTorch-1.12.1版本的peft git clone...