LLaVA

root=pretrained/llava
mkdir -p ${root} && cd ${root}
git clone git@hf.co:llava-hf/llava-1.5-13b-hf
cd ../..