Skip to content

Commit

Permalink
Remove import of nest_asyncio from colab (now unnecessary).
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 518027011
  • Loading branch information
cpgaffney1 authored and copybara-github committed Mar 20, 2023
1 parent 1d595d2 commit 7010502
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions orbax/checkpoint/orbax_checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
},
"outputs": [],
"source": [
"!pip install orbax\n",
"!pip install nest_asyncio\n",
"# Needed to enable asyncio in colab environment.\n",
"import nest_asyncio\n",
"nest_asyncio.apply()"
"!pip install orbax"
]
},
{
Expand Down

0 comments on commit 7010502

Please sign in to comment.