I believe this should be `self.dtype` but it is `self.embedding_tensor.dtype`. This causes an exception to be raised whenever the dtype is not provided. https://github.com/rapidsai/wholegraph/blob/afb6a112e7d663b3acc1674230211f6293813bcd/python/pylibwholegraph/pylibwholegraph/torch/tensor.py#L70
I believe this should be
self.dtypebut it isself.embedding_tensor.dtype. This causes an exception to be raised whenever the dtype is not provided.wholegraph/python/pylibwholegraph/pylibwholegraph/torch/tensor.py
Line 70 in afb6a11