Skip to content

Commit 4ccae19

Browse files
committed
fix extra name
1 parent 93146f9 commit 4ccae19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/load_model_and_create_your_own.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"import os\n",
3030
"\n",
3131
"if os.getenv(\"COLAB_RELEASE_TAG\"):\n",
32-
" %pip install bioimageio.spec bioimageio.core[torch]"
32+
" %pip install bioimageio.spec bioimageio.core[pytorch]"
3333
]
3434
},
3535
{
@@ -800,7 +800,7 @@
800800
"name": "python",
801801
"nbconvert_exporter": "python",
802802
"pygments_lexer": "ipython3",
803-
"version": "3.8.17"
803+
"version": "3.11.11"
804804
}
805805
},
806806
"nbformat": 4,

0 commit comments

Comments
 (0)