Skip to content

Commit 5cde18a

Browse files
authored
fix: missing 'import torch' in README.md (#2608)
1 parent d001dbe commit 5cde18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ This is how the trace looks like for a simple MLP:
373373

374374
```python
375375
import thunder
376+
import torch
376377
import torch.nn as nn
377378

378379
model = nn.Sequential(nn.Linear(1024, 2048), nn.ReLU(), nn.Linear(2048, 256))

0 commit comments

Comments
 (0)