hidet-org/hidet

Google Colab: KeyError Primitive function cuda_i64_to_f16 has already registered

egorsmkv opened this issue · 0 comments

Describe the bug

I am trying to install hidet 0.3.1 on Google Colab

To Reproduce

pip install https://github.com/hidet-org/hidet/archive/refs/tags/v0.3.1.zip
import hidet

print('hidet:', hidet.__version__)

Expected behavior

To see the hidet version

Additional context

Instead of the hidet version I am getting this error:

image