TTI / Dev /setup_vlac.sh
JosephBai's picture
Upload folder using huggingface_hub
857c2e9 verified
conda create -n vlac python==3.10
conda activate vlac
pip install ms-swift==3.3 transformers==4.51.0 peft==0.15.2 opencv-python loguru timm
pip3 install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121
pip install "flash-attn==2.5.5" --no-build-isolation --no-cache-dir