From 8325c57f8f378fa5843861ac860f6cf789fd3646 Mon Sep 17 00:00:00 2001 From: Sam-Armstrong Date: Fri, 2 Aug 2024 03:00:11 +0100 Subject: [PATCH] update 04_transpile_code demo --- learn_the_basics/04_transpile_code.ipynb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/learn_the_basics/04_transpile_code.ipynb b/learn_the_basics/04_transpile_code.ipynb index 45f452d4..3d24bf5c 100644 --- a/learn_the_basics/04_transpile_code.ipynb +++ b/learn_the_basics/04_transpile_code.ipynb @@ -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." ] }, { @@ -32,7 +30,9 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install ivy" + "!pip install ivy\n", + "!pip install torch\n", + "!pip install jax jaxlib" ] }, { @@ -45,7 +45,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -77,7 +77,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -94,7 +94,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -149,7 +149,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.10.14" }, "orig_nbformat": 4 },