Skip to content

Commit 61dff96

Browse files
robert-kalmarroman-janik-nxp
authored andcommitted
Install examples/nxp/cifarnet as part of the executorch
1 parent ee763a7 commit 61dff96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ flatc = "executorch.data.bin:flatc"
9292
"*.fbs",
9393
# Some kernel libraries need their .yaml files.
9494
"*.yaml",
95+
"cifar_net.pth",
9596
]
9697

9798
[tool.setuptools.exclude-package-data]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ def get_ext_modules() -> List[Extension]:
698698
# into core pip packages. Refactor out the necessary utils
699699
# or core models files into a separate package.
700700
"executorch/examples/models": "examples/models",
701+
"executorch/examples/nxp/cifar_net": "examples/nxp/cifar_net",
701702
"executorch/exir": "exir",
702703
"executorch/extension": "extension",
703704
"executorch/kernels/quantized": "kernels/quantized",

0 commit comments

Comments
 (0)