Skip to content

Commit

Permalink
update 04_transpile_code demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Aug 2, 2024
1 parent a530f55 commit 8325c57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions learn_the_basics/04_transpile_code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"⚠️ If you are running this notebook in Colab, you will have to install `Ivy` and some dependencies manually. You can do so by running the cell below ⬇️\n",
"\n",
"If you want to run the notebook locally but don't have Ivy installed just yet, you can check out the [Get Started section of the docs.](https://unify.ai/docs/ivy/overview/get_started.html)"
"You can install the dependencies required for this notebook by running the cell below ⬇️, or check out the [Get Started section of the docs](https://ivy.dev/docs/overview/get_started.html) to find out more about installing ivy."
]
},
{
Expand All @@ -32,7 +30,9 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install ivy"
"!pip install ivy\n",
"!pip install torch\n",
"!pip install jax jaxlib"
]
},
{
Expand All @@ -45,7 +45,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -77,7 +77,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -94,7 +94,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -149,7 +149,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.14"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit 8325c57

Please sign in to comment.