AdamRopelewski
Results
1
comments of
AdamRopelewski
I've changed the 314th line in checkpoint_utils.py into with open(local_path, "rb") as f: state = torch.load(f, map_location=torch.device("cpu"), weights_only=False) # weights_only=False is for cuda 12.6+ It allows for loading checkpoints. Currently...