I have successfully built tvm on aarch64 machine.
import tvm
is working fine.
While I am doing import tvm.relay as relay
, it throws Segmentation fault (core dumped).
As suggested here, I have checked the versions of xgboost and psutil. Both are the latest.
The same import is working fine on the x86 machine. Can someone advise how I can fix it?
Thank you