You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional dependency infra and use for ethos_u and vgf backends (#19149)
Optional dependencies can be installed like
pip install executorch[ethos_u]
- Add --optional-dependency flag to install_executorch.py to include
optional deps when installing from source.
- Add ethos_u and vgf as available optional dependencies The
dependencies match their corresponding requirements.txt files, but there
is no convenient way to share.
- Installation of optional deps using setup.sh is kept for now.
Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Co-authored-by: Rob Elliott <Robert.Elliott@arm.com>
0 commit comments