mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
[pytest] Avoid flash attn test marker warning (#27509)
add flash attn markers
This commit is contained in:
parent
1394e08cf0
commit
85fde09c97
1 changed files with 3 additions and 0 deletions
|
|
@ -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\"')",
|
||||
]
|
||||
Loading…
Reference in a new issue