Lightning-AI / lightning-thunder

Make PyTorch models up to 40% faster! Thunder is a source to source compiler for PyTorch. It enables using different hardware executors at once; across one or thousands of GPUs.
Apache License 2.0
1.19k stars 80 forks source link

Typo in Zero to Thunder Tutorial #1307

Closed mjmikulski closed 3 weeks ago

mjmikulski commented 3 weeks ago

📚 Documentation

LINK

IS:

When we call the Thunder module, it do the computation in a single function without control flow. 

SHOULD BE:

When we call the Thunder module, it does the computation in a single function without control flow. 

cc @borda @apaz-cli

Borda commented 3 weeks ago

Next time, this could be just a PR...

mjmikulski commented 3 weeks ago

@Borda With pleasure. In the meantime you can consider changing the description in the issue template:

📚 Documentation

For typos and doc fixes, please go ahead and:

  1. Create an issue.
  2. Fix the typo.
  3. Submit a PR.

Thanks!

Thanks!