This commit is contained in:
ire 2025-01-22 15:46:45 +08:00
parent f1d1e97aaf
commit 79b02fef57

View File

@ -9,6 +9,7 @@ import cn.iocoder.yudao.module.llm.service.http.TrainHttpService;
import cn.iocoder.yudao.module.llm.service.http.vo.AigcFineTuningCreateReqVO;
import cn.iocoder.yudao.module.llm.service.http.vo.AigcFineTuningCreateRespVO;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Lazy;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
@ -25,6 +26,7 @@ public class AsyncFineTuningTaskService {
@Resource
private TrainHttpService trainHttpService;
@Lazy
@Resource
private DatasetService datasetService;