Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiya00 committed Dec 11, 2024
1 parent 14eedf9 commit 17d5082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The compiled function ``jitted_foo`` takes and returns PyTorch tensors, just lik
Thunder step by step <basic/inspecting_traces>
The sharp edges <basic/sharp_edges>
Train a MLP on MNIST <basic/mlp_mnist>
Thunder as torch.compile backend <notebooks/thunder_as_torch_compile_backend_tutorial>
Hello world ThunderFX <notebooks/hello_world_thunderfx>
FAQ <basic/faq>

.. toctree::
Expand Down
4 changes: 2 additions & 2 deletions notebooks/hello_world_thunderfx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"In this tutorial, we’ll explore how to use ThunderFX to accelerate PyTorch program.\n",
"\n",
"In this guide, we’ll explore the basics of ThunderFX, how to apply it to PyTorch functions and models, and evaluate its performance in both inference and gradient calculations."
"We’ll cover the basics of ThunderFX, demonstrate how to apply it to PyTorch functions and models, and evaluate its performance in both inference and gradient calculations."
]
},
{
Expand Down Expand Up @@ -271,7 +271,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 17d5082

Please sign in to comment.