<!-- Describe the bug --> Model hyperparameter tuning with scVI tutorial fails to run on colab tutorial page (https://docs.scvi-tools.org/en/1.0.0/tutorials/notebooks/autotune_scvi.html). <!-- To reproduce --> ```python !pip install --quiet hyperopt !pip install --quiet "ray[tune]" !pip install --quiet scvi-colab from scvi_colab import install install() model_cls = scvi.model.SCVI model_cls.setup_anndata(adata) scvi_tuner = autotune.ModelTuner(model_cls) ``` <!-- Put your Error output in this code block (if applicable, else delete the block): --> ```pytb --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[180], line 1 ----> 1 tuner = autotune.ModelTuner(model_cls) AttributeError: module 'scvi.autotune' has no attribute 'ModelTuner' ``` #### Versions: <!-- Output of scvi.__version__ --> > VERSION 1.2.0 <!-- Relevant screenshots -->