[pytest] Avoid flash attn test marker warning (#27509)
add flash attn markers
This commit is contained in:
@@ -21,3 +21,6 @@ known-first-party = ["transformers"]
|
|||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
|
doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
|
||||||
doctest_glob="**/*.md"
|
doctest_glob="**/*.md"
|
||||||
|
markers = [
|
||||||
|
"flash_attn_test: marks tests related to flash attention (deselect with '-m \"not flash_attn_test\"')",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user