Skip to content

Commit

Permalink
[pytest] Avoid flash attn test marker warning (#27509)
Browse files Browse the repository at this point in the history
add flash attn markers
  • Loading branch information
ArthurZucker authored Nov 16, 2023
1 parent 1394e08 commit 85fde09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ known-first-party = ["transformers"]
[tool.pytest.ini_options]
doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
doctest_glob="**/*.md"
markers = [
"flash_attn_test: marks tests related to flash attention (deselect with '-m \"not flash_attn_test\"')",
]

0 comments on commit 85fde09

Please sign in to comment.