You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/08 03:01:19 UTC

[GitHub] [tvm] baibeta commented on issue #9453: [Bug] [microTVM] [ProjectAPI] Error in TemplateProject generate_project_from_mlf

baibeta commented on issue #9453:
URL: https://github.com/apache/tvm/issues/9453#issuecomment-962768093


   Traceback (most recent call last):
     File "/data/home/yifan.bai/code/tvm_latest/tvm/kws/my_prj.py", line 26, in <module>
       my_temp_prj  = temp_class_instance.generate_project_from_mlf(model_library_format_path, project_dir, project_options)
     File "/data/home/yifan.bai/code/tvm/python/tvm/micro/project.py", line 122, in generate_project_from_mlf
       return GeneratedProject.from_directory(project_dir, options)
     File "/data/home/yifan.bai/code/tvm/python/tvm/micro/project.py", line 68, in from_directory
       return cls(client.instantiate_from_dir(project_dir), options)
     File "/data/home/yifan.bai/code/tvm/python/tvm/micro/project.py", line 75, in __init__
       raise TemplateProjectError()
   tvm.micro.project.TemplateProjectError


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org