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
python -c 'from executorch.exir import CaptureConfig' works with ExecuTorch installed via ./install_executorch.sh, but fails with ExecuTorch installed by pip install -e .:
Traceback (most recent call last):
File "<string>", line 1, in <module>
from executorch.exir import CaptureConfig
ImportError: cannot import name 'CaptureConfig' from 'executorch.exir' (unknown location)