install.sh 243 B

123456
  1. #!/bin/bash
  2. conda install -c conda-forge gcc
  3. conda install -c conda-forge gxx
  4. conda install ffmpeg cmake
  5. conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
  6. pip install -r requirements.txt