Skip to content

Commit

Permalink
Link to Zero to Thunder studio (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi authored and Borda committed Mar 20, 2024
1 parent 2309796 commit 6c3d717
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Thunder supports distributed strategies like DDP and FSDP (ZeRO2 and ZeRO3). Her

**NOTE: Lightning Thunder is alpha.** Feel free to get involved, expect a few bumps along the way.

## Start with Thunder

Try Thunder without installing by using our [Zero to Thunder Tutorial Studio](https://lightning.ai/lightning-ai/studios/zero-to-thunder-tutorial).

## Install Thunder

Install [nvFuser](https://github.com/NVIDIA/Fuser) nightly, which will also install the matching PyTorch nightly:
Expand Down
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
github_user = "Lightning-AI"
github_repo = project

linkcheck_ignore = [rf"https://github.com/Lightning-AI/lightning-thunder(/.*|\.git)"]
linkcheck_ignore = [
rf"https://github.com/Lightning-AI/lightning-thunder(/.*|\.git)",
rf"https://github.com/Lightning-AI/.*/blob/.*#.*", # github anchors are tricky
]

# -- Project documents -------------------------------------------------------

Expand Down

0 comments on commit 6c3d717

Please sign in to comment.