git clone https://github.com/rbdash.git
cd RBDash
conda create -n rbdash python=3.10 -y
conda activate rbdash
pip install --upgrade pip
pip install -e .
pip install ninja
pip install flash-attn --no-build-isolation
pip install flash_attn-2.5.8+cu122torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
git pull
pip uninstall transformers
pip install -e .
We recommend users to download the pretrained weights from the following link OpenCLIP-ConvNeXt-L, InternViT-6B-448px-V1-5,and put them in model_zoo following Structure.
RBDASH
├── rbdash
├── scripts
├── model_zoo
│ ├── OpenAI
│ │ ├── InternViT-6B-448px-V1-5
│ │ ├── openclip-convnext-large-d-320-laion2B-s29B-b131K-ft-soup
│ │ ├── ...
In RBDash, we evaluate models on MME.
bash scripts/rbdash/eval/mme.sh
git clone https://github.com/rbdash.git
cd RBDash
conda create -n rbdash python=3.10 -y
conda activate rbdash
pip install --upgrade pip
pip install -e .
pip install ninja
pip install flash-attn --no-build-isolation
pip install flash_attn-2.5.8+cu122torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
git pull
pip uninstall transformers
pip install -e .
We recommend users to download the pretrained weights from the following link OpenCLIP-ConvNeXt-L, InternViT-6B-448px-V1-5,and put them in model_zoo following Structure.
RBDASH
├── rbdash
├── scripts
├── model_zoo
│ ├── OpenAI
│ │ ├── InternViT-6B-448px-V1-5
│ │ ├── openclip-convnext-large-d-320-laion2B-s29B-b131K-ft-soup
│ │ ├── ...
In RBDash, we evaluate models on MME.
bash scripts/rbdash/eval/mme.sh