From 3ad442ee908a266898c9eb9d9884a3d9ef954bf0 Mon Sep 17 00:00:00 2001 From: rasbt Date: Thu, 28 Mar 2024 08:23:33 -0500 Subject: [PATCH] skip version cell --- ch03/01_main-chapter-code/multihead-attention.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/ch03/01_main-chapter-code/multihead-attention.ipynb b/ch03/01_main-chapter-code/multihead-attention.ipynb index f03efd8..e729b05 100644 --- a/ch03/01_main-chapter-code/multihead-attention.ipynb +++ b/ch03/01_main-chapter-code/multihead-attention.ipynb @@ -34,6 +34,7 @@ } ], "source": [ + "# NBVAL_IGNORE_OUTPUT\n", "from importlib.metadata import version\n", "\n", "print(\"torch version:\", version(\"torch\"))"