bug
This commit is contained in:
parent
f1d1e97aaf
commit
79b02fef57
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user