Installing Shared Libraries

Hi Team,

I am trying to install TVM on MacOS. The target libraries required libtvm.dylib, libtvm_topi.dylib.

But I am not sure on how to install them.

The following commands when tried with brew install don’t work. sudo apt-get update sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev

They give errors saying No similarly named formula found.

Can anyone explain me how to proceed with installation?

Thank you -Sneha