이어하기 수정

This commit is contained in:
2026-02-13 14:04:33 +09:00
parent 4da477706f
commit 4f24e09c57

View File

@@ -207,7 +207,9 @@ public class TrainJobService {
try {
String ckptFile = Files.readString(last).trim(); // epoch_10.pth
ckptFile = ckptFile.replace("/checkpoints", responseDir);
log.info("resume ckptFile: {}", ckptFile);
if (ckptFile.isEmpty()) return null;
Path ckptHost = outDir.resolve(ckptFile);