Paraphrasing personal experience using:
Go to https://vast.ai/console/create/ and create an image.
Go to edit image and add pytorch.
I like to select 'Use new Jupyter Lab interface'.
Choose a GPU with 99%+ reliability and connect.
Create a python notebook and run
Code: Select all
!apt update
!apt install ffmpeg libsm6 libxext6 git -y
!pip install opencv-python pandas matplotlib regex
Modify prompt, models, size, etc. if needed and run the notebook.