Installation¶
Run the following command to install hidet
package via python pip:
$ pip install hidet
To verify the installation, run the following command:
$ python -c "import hidet"
Tip
You can also install the nightly version of hidet
package via python pip:
$ pip install --pre --extra-index-url https://download.hidet.org/whl hidet
If you want, you can also build from source.