scvi-tools
scvi-tools copied to clipboard
GPU runner for pytests during CI
trafficstars
The idea is that we want to run our unit tests (pytests), and probably more end-to-end tests as well as performance benchmarks on GPU's for our releases instead of just relying on CPU like we do now. Some things may work on CPU but not on GPU. Some ideas are:
- Get a runner going on our cluster and use that for free.
- Run it on AWS or Azure or Google.
Look into what these do: pytorch, pytorch lightning, deepchem, torchdrug