|
hi, has anyone modified the colab-notebook for usage on vast.ai? i am trying to migrate my work away from colab because of the recent modification in price structure as it has become quite expensive. in comparison the cloud gpu service vast.ai seems much cheaper. however i am struggling to modify the kindly provided jupyter-notebook for colab for a usage in vast.ai. i have difficulties with installing conda related libraries / the file structure on vast.ai. so far i'm trying to modify the install section accordingly. the notebook was opened from the first workspace directory of my opened instance on vast.ai ( cd /workspace). anyone can help? %cd /content/drive/MyDrive |
Replies: 2 comments 3 replies
|
the solution would be the following, however running the various scripts (resample, training) results in sndfile missing, and installing sndfile results in an error. what am i missing here, is it the python version? !git clone --depth 1 https://github.com/acids-ircam/RAVE.git RAVE |
|
Hi, I've managed today to run the training on vast.ai instance over ssh with a 3090 (4090s didn't work because of some bug in pytorch cuda 11.7 that was fixed in 11.8 but is not yet offered by pytorch conda install). My steps were:
At this point training and resample worked for me |

Hi,
perhaps there are some leftovers from previous experiments with notebook etc?
Maybe if you try again from zero?
I've managed today to run the training on vast.ai instance over ssh with a 3090 (4090s didn't work because of some bug in pytorch cuda 11.7 that was fixed in 11.8 but is not yet offered by pytorch conda install).
My steps were:
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidiaapt-get install ffmpegAt this point training and resample worked for me