Skip to content

Commit

Permalink
add optax installation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Sep 8, 2023
1 parent 57035dd commit 7dd5211
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/notebooks/train_bilstm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install git+https://github.com/ASEM000/serket --quiet"
"!pip install git+https://github.com/ASEM000/serket --quiet\n",
"!pip install optax --quiet"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion docs/notebooks/train_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"outputs": [],
"source": [
"!pip install keras-core --quiet\n",
"!pip install git+https://github.com/ASEM000/serket --quiet"
"!pip install git+https://github.com/ASEM000/serket --quiet\n",
"!pip install optax --quiet"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion docs/notebooks/train_mp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install git+https://github.com/ASEM000/serket --quiet"
"!pip install git+https://github.com/ASEM000/serket --quiet\n",
"!pip install git+https://github.com/deepmind/jmp --quiet"
]
},
{
Expand Down

0 comments on commit 7dd5211

Please sign in to comment.