remove testing script

This commit is contained in:
Artiprocher
2025-09-02 16:44:36 +08:00
parent b6da77e468
commit 958ebf1352

View File

@@ -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)