Yujie Li

Results 9 comments of Yujie Li

@YQYI I guess you can just use the mlp_adapter of llava v1.5 7B as the blog says ![image](https://github.com/haotian-liu/LLaVA/assets/94554614/1228cab1-d715-47e5-ba61-8a1ef6f54985)

@Hoteryoung I also met this problem and the metric fell even lower after stage2 finetune😂

@gehong-coder oh, maybe the repository has been upgraded. You can see the original version of guide: ``` conda create -n vila python=3.10 -y conda activate vila pip install --upgrade pip...

and pyproject.toml [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "vila" version = "1.0.0" description = "VILA: On Pre-training for Visual Language Models" readme = "README.md" requires-python =...

use zero2.json may help? But I don't know why, do you have any idea?