Skip to content

Commit

Permalink
update test_dropout
Browse files Browse the repository at this point in the history
  • Loading branch information
dame-cell committed Nov 1, 2024
1 parent 9fe754c commit 4818d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pip install -U triformer
```bash
pytest tests/test_layernorm.py
pytest tests/test_softmax.py
pytest tests/test_dropout.py
```

## Future Plans - To Do
Expand Down
2 changes: 2 additions & 0 deletions tests/test_dropout.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import torch
import torch.nn as nn
import torch.nn.functional as F
import pytest
from triformer import TritonDropout

Expand Down

0 comments on commit 4818d73

Please sign in to comment.