From b05ec02a1b04febf570310643f75dd3a36c95492 Mon Sep 17 00:00:00 2001 From: Ivan Stepanov Date: Fri, 5 May 2023 03:06:26 +0300 Subject: [PATCH] Update convert.py --- convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.py b/convert.py index 3bca6337e..126beaabc 100644 --- a/convert.py +++ b/convert.py @@ -706,7 +706,7 @@ class LazyUnpickler(pickle.Unpickler): description = f'pickled storage_offset={storage_offset} in {storage.description}' return LazyTensor(load, list(size), storage.kind.data_type, description) - @staticmethod + # @staticmethod def rebuild_from_type_v2(func, new_type, args, state): return func(*args)