diff --git a/test.py b/test.py deleted file mode 100644 index 8f14de3..0000000 --- a/test.py +++ /dev/null @@ -1,6 +0,0 @@ -import torch - - -data = torch.load("models/train/Qwen-Image_lora_cache/0/0.pth", map_location="cpu", weights_only=False) -for i in data: - print(i) \ No newline at end of file