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 2022/09/30 09:47:25 UTC

[GitHub] [tvm] zuowanbushiwo opened a new issue, #12952: [Bug] No module named 'tvm.meta_schedule.apply_history_best'

zuowanbushiwo opened a new issue, #12952:
URL: https://github.com/apache/tvm/issues/12952

   ### Expected behavior
   
   No Error happen
   
   ### Actual behavior
   
   ```
   /home/XXX/tvm/python/tvm/contrib/torch/__init__.py:52: RuntimeWarning: The library libpt_tvmdsoop is not built successfully. /home/XXX/tvm/build/libpt_tvmdsoop.so: cannot open shared object file: No such file or directory
     RuntimeWarning,
   /home/XXX/tvm/python/tvm/contrib/torch/__init__.py:52: RuntimeWarning: The library libpt_tvmdsoop_new is not built successfully. /home/XXX/tvm/build/libpt_tvmdsoop_new.so: cannot open shared object file: No such file or directory
     RuntimeWarning,
   Traceback (most recent call last):
     File "using_optimized_torch.py", line 4, in <module>
       from tvm.contrib.torch import optimize_torch
     File "/home/XXX/tvm/python/tvm/contrib/torch/__init__.py", line 75, in <module>
       from . import optimize_torch
     File "/home/XXX/tvm/python/tvm/contrib/torch/optimize_torch.py", line 43, in <module>
       from tvm.meta_schedule.apply_history_best import ApplyHistoryBest
   ModuleNotFoundError: No module named 'tvm.meta_schedule.apply_history_best
   ```
   
   ### Environment
   Ubuntu 
   tvm: master  
   commit info:
   ```
   commit d80ce6b1ba5439dbe0437be6e37121844f87a113 (HEAD -> main, origin/main, origin/HEAD)
   Author: AndrewZhaoLuo <an...@gmail.com>
   Date:   Fri Sep 23 00:33:19 2022 -0700
   
       [EZ][Release] Update gather PRs Script (#12862)
   
       Update internal path to account for directory structure
       change in TVM repository, with the introduction of `ci`
       directory. 
   ```
   
   Thanks!
   


-- 
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.apache.org

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


[GitHub] [tvm] zuowanbushiwo closed issue #12952: [Bug] No module named 'tvm.meta_schedule.apply_history_best'

Posted by GitBox <gi...@apache.org>.
zuowanbushiwo closed issue #12952: [Bug]   No module named 'tvm.meta_schedule.apply_history_best'
URL: https://github.com/apache/tvm/issues/12952


-- 
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