Skip to content

Commit 1d8559c

Browse files
committed
remove pyro now that torch 1.11 is in
1 parent 1c6ecdf commit 1d8559c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scvi_colab/_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ def install(
5151
logger.info("Installing scvi-tools.")
5252

5353
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")
5754
_run_command("pip install pynndescent")
5855
# caching issues in colab causing pynndescent import to fail
5956
success = False

0 commit comments

Comments
 (0)