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 ee763a7 commit 61dff96Copy full SHA for 61dff96
pyproject.toml
@@ -92,6 +92,7 @@ flatc = "executorch.data.bin:flatc"
92
"*.fbs",
93
# Some kernel libraries need their .yaml files.
94
"*.yaml",
95
+ "cifar_net.pth",
96
]
97
98
[tool.setuptools.exclude-package-data]
setup.py
@@ -698,6 +698,7 @@ def get_ext_modules() -> List[Extension]:
698
# into core pip packages. Refactor out the necessary utils
699
# or core models files into a separate package.
700
"executorch/examples/models": "examples/models",
701
+ "executorch/examples/nxp/cifar_net": "examples/nxp/cifar_net",
702
"executorch/exir": "exir",
703
"executorch/extension": "extension",
704
"executorch/kernels/quantized": "kernels/quantized",
0 commit comments