This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gc | |
from collections import OrderedDict | |
# leave in this if for autoformatting purposes | |
if True: | |
import torch | |
from safetensors.torch import load_file, save_file | |
def flush(): |