Skip to content

zzk2021/multimodal_rag-main_v1

Repository files navigation

multimodal_rag

download https://huggingface.co/google/siglip-so400m-patch14-384

change config/config.json for vis_model_path and model_LLM_path

conda create rag python==3.10

conda activate rag (for latest anaconda/miniconda use source activate )

pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121

pip install -r requirements.txt

run MobileVLM

download https://huggingface.co/mtgv/MobileVLM_V2-1.7B

change config/config.json for model_LLM_path

python server.py MobileVLM

run MiniCPM

download https://huggingface.co/openbmb/MiniCPM-V

change config/config.json for model_LLM_path

python server.py MiniCPM

run LLaVA-HD

download https://huggingface.co/yifanzhang114/SliME-vicuna-7B

change config/config.json for model_LLM_path

python server.py LLaVA-HD

About

multimodal_rag-main_v1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages