I'm trying to convert LLM models including bf16 scalar value and it seems that relax.constant try to convert it to numpy which doesn't natively support bf16 type.
https://github.com/apache/tvm/blob/3c189f015c2b5835db589c8f8686da17cab02bba/python/tvm/relax/expr.py#L1157 Can anyone explain how relax frontend create a constant node from bf16 number? --- [Visit Topic](https://discuss.tvm.apache.org/t/can-relax-frontend-convert-bf16-scalar-value/18520/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/fd2f712646b08f8e675084ec15a277f2a94134c881ae51c8ea3f137cb7307bc5).
