Skip to content

Commit

Permalink
Properly rerun notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Sep 4, 2024
1 parent d5a702b commit 323cf58
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/examples/additional_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -114,7 +114,7 @@
{
"data": {
"text/plain": [
"<matplotlib.image.AxesImage at 0x7ff54e7b46d0>"
"<matplotlib.image.AxesImage at 0x753363bb0730>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -368,7 +368,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand All @@ -378,7 +378,7 @@
"<Figure size 640x480 with 1 Axes>"
]
},
"execution_count": 13,
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -405,7 +405,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 12,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -416,7 +416,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand All @@ -426,7 +426,7 @@
"<Figure size 640x480 with 1 Axes>"
]
},
"execution_count": 17,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -437,7 +437,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -446,7 +446,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -457,7 +457,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -466,7 +466,7 @@
},
{
"cell_type": "code",
"execution_count": 39,
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -479,7 +479,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 18,
"metadata": {},
"outputs": [
{
Expand All @@ -488,7 +488,7 @@
"(0.0, 1.0)"
]
},
"execution_count": 44,
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
},
Expand Down

0 comments on commit 323cf58

Please sign in to comment.