hidet-org / hidet

An open-source efficient deep learning framework/compiler, written in python.

Home Page:https://hidet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Colab: KeyError Primitive function cuda_i64_to_f16 has already registered

egorsmkv opened this issue · 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