Skip to content

Commit

Permalink
Change owners of test/test_transformers.py to module: multi-headed-at…
Browse files Browse the repository at this point in the history
…tention (pytorch#132519)

So flaky tests get tagged with `module: multi-headed-attention` instead of `module: nn`

Pull Request resolved: pytorch#132519
Approved by: https://github.com/Skylion007
  • Loading branch information
mikaylagawarecki authored and pytorchmergebot committed Aug 2, 2024
1 parent e81e74c commit f49d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_transformers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Owner(s): ["module: nn"]
# Owner(s): ["module: multi-headed-attention"]

import contextlib
from functools import partial
Expand Down

0 comments on commit f49d5e3

Please sign in to comment.