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 8ec554b commit 375f3e5Copy full SHA for 375f3e5
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include timm/models/pruned/*.txt
2
+
setup.py
@@ -41,6 +41,7 @@
41
# Note that this is a string of words separated by whitespace, not a list.
42
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
43
packages=find_packages(exclude=['convert']),
44
+ include_package_data=True,
45
install_requires=['torch >= 1.0', 'torchvision'],
46
python_requires='>=3.6',
47
)
0 commit comments