#Test Bug fixes without gpus
4 messages · Page 1 of 1 (latest)
In google colab you can use a limited amount of gpu resources if you have a google account. Kaggle also offers 30 hours a week of 2x Tesla T4 gpus
Oh thank you
Can i use them to test a new feature or bug fix that i have created (pr is still not merged)
Yes, in the beginning you need to install libraries and set up the environment. You can pip install directly from your custom branch from your own git fork. This link might be helpful. https://stackoverflow.com/questions/20101834/pip-install-from-git-repo-branch
Or you can ask ai for the syntax
Trying to pip install a repo's specific branch. Google tells me to
pip install https://github.com/user/repo.git@branch
The branch's name is issue/34/oscar-0.6 so I did pip install https://github....