진행률 모델 개수 4개로 수정

This commit is contained in:
2026-07-16 15:11:06 +09:00
parent 522d0d02fa
commit 646e7afe2e

View File

@@ -578,7 +578,7 @@ public class InferenceResultDto {
@JsonProperty("progress")
private int getProgress() {
long tiles = this.totalJobs == null ? 0L : this.totalJobs; // 도엽수
int models = 3; // 모델 개수
int models = 4; // 모델 개수
int completed =
this.m1CompletedJobs
+ this.m2CompletedJobs