scvi-tools icon indicating copy to clipboard operation
scvi-tools copied to clipboard

GPU runner for pytests during CI

Open watiss opened this issue 4 years ago • 0 comments
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

watiss avatar Sep 02 '21 20:09 watiss