You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@method_treelize(return_type=_get_tensor_class)
def tensor(self: numpy.ndarray, *args, **kwargs):
> tensor_: torch.Tensor = torch.from_numpy(self)
E RuntimeError: Numpy is not available
The only way I found to 'solve' this is to downgrade python to version3.9 to lower. So these tests will be skipped temporarily.
The text was updated successfully, but these errors were encountered:
See here: https://github.com/opendilab/DI-treetensor/runs/7820313811?check_suite_focus=true
The bug is like
The only way I found to 'solve' this is to downgrade python to version3.9 to lower. So these tests will be skipped temporarily.
The text was updated successfully, but these errors were encountered: