mshr-h commented on PR #17451:
URL: https://github.com/apache/tvm/pull/17451#issuecomment-2487246597

   @tqchen @Hzfengsy 
   Can you take a look at it? Thanks!
   
   Note that I removed oneflow tutorial 
(gallery/how_to/compile_models/from_oneflow.py) because during oneflow import, 
I hit the below error and could not find the solution.
   ```
   Traceback (most recent call last):
     File 
"/home/ubuntu/data/project/tvm/gallery/how_to/compile_models/from_oneflow.py", 
line 49, in <module>
       import flowvision
     File 
"/venv/apache-tvm-py3.9/lib/python3.9/site-packages/flowvision/__init__.py", 
line 1, in <module>
       from flowvision import layers
     File 
"/venv/apache-tvm-py3.9/lib/python3.9/site-packages/flowvision/layers/__init__.py",
 line 1, in <module>
       from .attention import (
     File 
"/venv/apache-tvm-py3.9/lib/python3.9/site-packages/flowvision/layers/attention/__init__.py",
 line 1, in <module>
       from .se import SEModule
     File 
"/venv/apache-tvm-py3.9/lib/python3.9/site-packages/flowvision/layers/attention/se.py",
 line 1, in <module>
       import oneflow as flow
     File 
"/venv/apache-tvm-py3.9/lib/python3.9/site-packages/oneflow/__init__.py", line 
25, in <module>
       import oneflow._oneflow_internal
   ImportError: libcudnn_cnn_infer.so.8: cannot open shared object file: No 
such file or directory
   ```


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