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.
1 parent 01616aa commit 35d6eefCopy full SHA for 35d6eef
pyproject.toml
@@ -56,4 +56,12 @@ source = "file"
56
path = "timm/version.py"
57
58
[tool.pytest.ini_options]
59
-testpaths = ['tests']
+testpaths = ['tests']
60
+markers = [
61
+ "base: marker for model tests using the basic setup",
62
+ "cfg: marker for model tests checking the config",
63
+ "torchscript: marker for model tests using torchscript",
64
+ "features: marker for model tests checking feature extraction",
65
+ "fxforward: marker for model tests using torch fx (only forward)",
66
+ "fxbackward: marker for model tests using torch fx (only backward)",
67
+]
timm/version.py
@@ -1 +1 @@
1
-__version__ = '0.9.15dev0'
+__version__ = '0.9.16dev0'
0 commit comments