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 <[email protected]>
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to