File size: 323 Bytes
857c2e9
 
 
 
 
 
1
2
3
4
5
6
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