Skip to content

Commit

Permalink
Fix typo in zero_to_thunder.ipynb (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmikulski authored Oct 15, 2024
1 parent 9ec7fec commit 125c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/zero_to_thunder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
},
{
Expand Down

0 comments on commit 125c9e2

Please sign in to comment.