update to pytorch 2.5
Compare changes
+ 38
− 78
@@ -5,11 +5,9 @@ import time
@@ -100,23 +98,14 @@ def save_model_singular(model, *args, **kwargs):
@@ -130,32 +119,19 @@ def save_model(model, save_dir):
@@ -171,34 +147,20 @@ def load_model(model, load_dir):
@@ -321,16 +283,14 @@ def main():