"vscode:/vscode.git/clone" did not exist on "bb1d0d0d9e7ca356cf5673031183e955cc160158"
Unverified Commit 85fde09c authored by Arthur's avatar Arthur Committed by GitHub
Browse files

[`pytest`] Avoid flash attn test marker warning (#27509)

add flash attn markers
parent 1394e08c
...@@ -21,3 +21,6 @@ known-first-party = ["transformers"] ...@@ -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\"')",
]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment