This is an automated email from the ASF dual-hosted git repository.

manupa pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 18c8878  [TVMC] Adds ethos-u-vela dependency in the "tvmc" set of 
dependencies. (#9590)
18c8878 is described below

commit 18c88789a70489d6615234f25bcc4f29e9dd83dc
Author: Leandro Nunes <[email protected]>
AuthorDate: Fri Nov 26 17:39:56 2021 +0000

    [TVMC] Adds ethos-u-vela dependency in the "tvmc" set of dependencies. 
(#9590)
    
    The ethos-u-vela dependency is required for tvmc, given we support
    "ethos-u" as one part of our tvmc targets, therefore, we need to
    add this package to the optional set of dependencies that users
    explicitly ask when using tvmc.
    
    There is no impact for other sets of dependencies.
---
 python/gen_requirements.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/gen_requirements.py b/python/gen_requirements.py
index e9f3772..9409c09 100755
--- a/python/gen_requirements.py
+++ b/python/gen_requirements.py
@@ -143,6 +143,7 @@ REQUIREMENTS_BY_PIECE: RequirementsByPieceType = [
         (
             "Requirements for the tvmc command-line tool",
             [
+                "ethos-u-vela",
                 "future",  # Hidden dependency of torch.
                 "onnx",
                 "onnxruntime",

Reply via email to