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
Arm backend: Add requirements.txt for arm backend (#13804)
Add requirements.txt files to handle pip installs in a more python way
of doing things. Tagged versions handled in one place instead of being
spread out in shell scripts.
Requirements-arm-tosa.txt contains what is needed for the tosa reference
model which is shared between multiple backends.
Requirements-arm-ethos-u.txt contains the vela compiler needed by the
ethos-u backend.
Requirements-arm-models-test.txt contains test models needed for
baremetal tests. The install_models_for_test.sh was keept since that its
used by gitlab ci.
Signed-off-by: [email protected]
0 commit comments