Skip to content

Commit

Permalink
trigger CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
sijunhe committed Jan 17, 2023
1 parent fe92138 commit 199dc7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddlenlp/utils/serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def load_torch(path: str, **pickle_load_args):
def persistent_load_stage1(saved_id):
assert isinstance(saved_id, tuple)
data = saved_id[1:]

storage_type, key, _, numel = data
dtype = storage_type.dtype
n_bytes = numel * _element_size(dtype)
Expand Down

0 comments on commit 199dc7d

Please sign in to comment.