We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest
1 parent 1394e08 commit 85fde09Copy full SHA for 85fde09
pyproject.toml
@@ -21,3 +21,6 @@ known-first-party = ["transformers"]
21
[tool.pytest.ini_options]
22
doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
23
doctest_glob="**/*.md"
24
+markers = [
25
+ "flash_attn_test: marks tests related to flash attention (deselect with '-m \"not flash_attn_test\"')",
26
+]
0 commit comments