We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6ecdf commit 1d8559cCopy full SHA for 1d8559c
1 file changed
scvi_colab/_core.py
@@ -51,9 +51,6 @@ def install(
51
logger.info("Installing scvi-tools.")
52
53
if unfixed:
54
- # temporary as pytorch 1.11 not in google colab
55
- # TODO: remove once pytorch 1.11 in colab with gpu
56
- _run_command("pip install pyro-ppl==1.8.0")
57
_run_command("pip install pynndescent")
58
# caching issues in colab causing pynndescent import to fail
59
success = False
0 commit comments