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
We should use pip install . after pulling down all code from github. (not install_requirements.sh, at least not in official releases)
That command by default build xnnpack and pybind.
If a user tries to lower to other backends that are not built by default, we should give graceful error messages.
The text was updated successfully, but these errors were encountered:
pip install .
after pulling down all code from github. (not install_requirements.sh, at least not in official releases)That command by default build xnnpack and pybind.
The text was updated successfully, but these errors were encountered: