From c9a4eec116cf64a49f9c57c06f41be171634a068 Mon Sep 17 00:00:00 2001 From: "Maciej (MJ) Mikulski" Date: Tue, 15 Oct 2024 12:38:55 +0200 Subject: [PATCH] Fix typo in zero_to_thunder.ipynb --- notebooks/zero_to_thunder.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/zero_to_thunder.ipynb b/notebooks/zero_to_thunder.ipynb index aec01677d0..6219ef4414 100644 --- a/notebooks/zero_to_thunder.ipynb +++ b/notebooks/zero_to_thunder.ipynb @@ -180,7 +180,7 @@ "source": [ "So what has changed? Quite a bit!\n", "\n", - "When we call the Thunder module, it do the computation in a single function without control flow. And what's more, it applies optimizations, such as creating fusions for NVFuser to execute. We can see all this by showing the last computation trace:" + "When we call the Thunder module, it does the computation in a single function without control flow. And what's more, it applies optimizations, such as creating fusions for NVFuser to execute. We can see all this by showing the last computation trace:" ] }, {