Views
No views yet


Talk is cheap, Show you the Demo.
1# clone the repository
2git clone https://github.com/LinkSoul-AI/Chinese-LLaVA
3cd Chinese-LLaVA
4
5# install package
6conda create -n Cllava python=3.10 -y
7conda activate Cllava
8pip install --upgrade pip
9pip install -e .1python infer.py \
2 --model-name PATH/TO/THE/CHINESE_LLAVA_MODEL \
3 --llm-type "Chinese_llama2" or "baichuan" \
4 --image-file PATH/TO/THE/INPUT/IMAGE \
5 --query QUERY/PROMPT