From 323cf581b1318df7aef4321c9d52d5d896a1cb1a Mon Sep 17 00:00:00 2001 From: Felix Koehler Date: Wed, 4 Sep 2024 12:43:08 +0200 Subject: [PATCH] Properly rerun notebook --- docs/examples/additional_features.ipynb | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/examples/additional_features.ipynb b/docs/examples/additional_features.ipynb index 3b38f63..71fb65e 100644 --- a/docs/examples/additional_features.ipynb +++ b/docs/examples/additional_features.ipynb @@ -45,7 +45,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "2024-09-04 12:27:18.806334: W external/xla/xla/service/gpu/nvptx_compiler.cc:836] The NVIDIA driver's CUDA version is 12.2 which is older than the PTX compiler version (12.6.68). Because the driver is older than the PTX compiler version, XLA is disabling parallel compilation, which may slow down compilation. You should update your NVIDIA driver or use the NVIDIA-provided CUDA forward compatibility packages.\n" + "2024-09-04 12:42:44.276565: W external/xla/xla/service/gpu/nvptx_compiler.cc:836] The NVIDIA driver's CUDA version is 12.2 which is older than the PTX compiler version (12.6.68). Because the driver is older than the PTX compiler version, XLA is disabling parallel compilation, which may slow down compilation. You should update your NVIDIA driver or use the NVIDIA-provided CUDA forward compatibility packages.\n" ] }, { @@ -114,7 +114,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -368,7 +368,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 11, "metadata": {}, "outputs": [ { @@ -378,7 +378,7 @@ "
" ] }, - "execution_count": 13, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } @@ -405,7 +405,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -416,7 +416,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -426,7 +426,7 @@ "
" ] }, - "execution_count": 17, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -437,7 +437,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -446,7 +446,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -457,7 +457,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -466,7 +466,7 @@ }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -479,7 +479,7 @@ }, { "cell_type": "code", - "execution_count": 44, + "execution_count": 18, "metadata": {}, "outputs": [ { @@ -488,7 +488,7 @@ "(0.0, 1.0)" ] }, - "execution_count": 44, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" },