"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "f0bc49e7f61f74f055c47ad40e6010f57eed0b0b"
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"]
[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\"')",
]
\ 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