| conda install pytorch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 pytorch-cuda=12.1 -c pytorch -c nvidia -y | |
| cd VTimeLLM | |
| pip install -r requirements.txt | |
| pip install ninja num2words pycocoevalcap datasets timm | |
| pip install git+https://github.com/Dao-AILab/flash-attention.git@v2.5.9 --no-build-isolation | |
| cd ../ |