first commit

This commit is contained in:
2026-03-07 07:38:15 -03:00
parent 350e2f9a30
commit 51564871d3

View File

@@ -208,7 +208,7 @@ for epoch in range(EPOCHS):
print(f"Epoch {epoch} Step {step} Loss {loss.item():.4f}")
# =========================
# SAVE LoRA CORRETO
# SAVE LoRA
# =========================
OUTPUT_DIR.mkdir(parents=True, exist_ok=True)