GitHub - BAAI-DCAI/Bunny: A family of lightweight multimodal models.A family of lightweight multimodal models. . Contribute to BAAI-DCAI/Bunny development by creating an account on GitHub.https://github.com/BAAI-DCAI/Bunny1.环境安装
conda create -n bunny python=3.10
conda activate bunnypip install --upgrade pip # enable PEP 660 support
pip install transformers
pip install torch==2.0.0 torchvision xformers --index-url https://download.pytorch.org/whl/cu117# https:/