#Test Bug fixes without gpus

4 messages · Page 1 of 1 (latest)

winter widget
#

I am trying to contribute and fix bugs however i do not have the necessary hardware to test these fixes.
Is there solution for that ?
Or only i need to get gpus to be able to contribute ?

tranquil relic
#

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

winter widget
#

Oh thank you
Can i use them to test a new feature or bug fix that i have created (pr is still not merged)

tranquil relic
#

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