Error, when import torch and import tvm at the same time

whether I do like:

import tvm import torch

or :

import torch import tvm

it seems as there are some confliction.

Environment:

pytorch:1.3.1 cuda:10.0 cudnn:7.5 tvm:0.6.0 python:3.7

thank you very much for this problem!