Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lantiga authored Mar 20, 2024
1 parent 2b82a6b commit 4cac852
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,20 @@ pip install --pre 'nvfuser-cu121[torch]' --extra-index-url https://pypi.nvidia.c

Install Thunder:

```bash
pip install lightning-thunder
```

It's actually not a bad idea to install directly from `main`:

```bash
pip install git+https://github.com/Lightning-AI/lightning-thunder.git
```

or install from the local repo:
or from the local repo if you want to tinker with the internals:

```bash
pip install .
pip install -e .
```

## Hello World
Expand Down

0 comments on commit 4cac852

Please sign in to comment.