修复模型调优
This commit is contained in:
parent
b711d8ea4a
commit
02382dd2b1
@ -143,7 +143,7 @@ public class TrainHttpService {
|
||||
login(headers);
|
||||
String finetuningCreate = llmBackendProperties.getFinetuningCreate();
|
||||
// TODO: 暂时先固定一个微调文件ID
|
||||
String fileId = "5c4e33fb-7ae2-4a48-9a78-fb74e4634d16";
|
||||
String fileId = "6237ed4d-a046-479c-80d6-8579a0283994";
|
||||
req.setFileId(fileId);
|
||||
String res = HttpUtils.post(finetuningCreate, headers, JSON.toJSONString(req));
|
||||
log.info(" finetuningCreate:{}", res);
|
||||
|
@ -10,7 +10,7 @@ import lombok.NoArgsConstructor;
|
||||
public class AigcFineTuningCreateReqVO {
|
||||
|
||||
private String scenario = "general";
|
||||
private String fileId = "48fac97c-5a69-4fde-9f77-86f4de2e91eb";
|
||||
private String fileId = "6237ed4d-a046-479c-80d6-8579a0283994";
|
||||
private String baseModel;
|
||||
private int trainEpoch;
|
||||
private String suffix;
|
||||
|
Loading…
x
Reference in New Issue
Block a user