Skip to content

Commit

Permalink
Fix missing jax import in TessellateIPU notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
balancap committed Sep 27, 2023
1 parent 1ca7c92 commit 5776225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/01-tessellate-ipu-tile-api-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
}
],
"source": [
"import jax\n",
"import numpy as np\n",
"\n",
"from tessellate_ipu import tile_put_replicated, tile_put_sharded\n",
Expand Down

0 comments on commit 5776225

Please sign in to comment.