nan2088 opened a new issue, #381: URL: https://github.com/apache/tvm-ffi/issues/381
AttributeError: module 'torch' has no attribute 'uint16' ``` root@HIH-D-12857:/workspace/plugins/torchpipe# pip install apache-tvm-ffi Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting apache-tvm-ffi Downloading apache_tvm_ffi-0.1.7-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.0 MB) |████████████████████████████████| 2.0 MB 814 kB/s Collecting typing-extensions>=4.5 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) |████████████████████████████████| 45 kB 72.7 MB/s Installing collected packages: typing-extensions, apache-tvm-ffi Attempting uninstall: typing-extensions Found existing installation: typing-extensions 4.4.0 Uninstalling typing-extensions-4.4.0: Successfully uninstalled typing-extensions-4.4.0 Successfully installed apache-tvm-ffi-0.1.7 typing-extensions-4.13.2 >>> import tvm_ffi Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.8/dist-packages/tvm_ffi/__init__.py", line 40, in <module> from .registry import ( File "/usr/local/lib/python3.8/dist-packages/tvm_ffi/registry.py", line 25, in <module> from . import core File "python/tvm_ffi/cython/dtype.pxi", line 183, in init tvm_ffi.core AttributeError: module 'torch' has no attribute 'uint16'``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
