Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
SunMarc authored and dacorvo committed Mar 19, 2024
1 parent 29772f2 commit d528a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quanto/serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Dict, Union

import torch
from safetensors.torch import safe_open, save_file, _remove_duplicate_names
from safetensors.torch import _remove_duplicate_names, safe_open, save_file


def safe_save(state_dict: Dict[str, Union[torch.Tensor, str]], filename: Union[str, os.PathLike]):
Expand Down

0 comments on commit d528a3f

Please sign in to comment.