delete debug

main
hako-mikan 2025-02-02 22:45:49 +09:00
parent 4500ca8693
commit 14b14e2480
1 changed files with 0 additions and 4 deletions

View File

@ -1219,10 +1219,6 @@ def lbwf(after_applying_lora_patches, ms, lwei, elements, starts, flux):
errormodules = []
dict_lora_patches = dict(after_applying_lora_patches.items())
for key in dict_lora_patches:
print(dict_lora_patches[key])
break
for m, l, e, s, hash in zip(ms, lwei, elements, starts, list(after_applying_lora_patches.keys())):
lora_patches = None
for k, v in dict_lora_patches.items():