微调任务API对接
This commit is contained in:
parent
e40c285d3c
commit
a4ef95f708
@ -15,8 +15,10 @@ import java.util.Arrays;
|
||||
@AllArgsConstructor
|
||||
public enum FinetuningTaskStatusEnum implements IntArrayValuable {
|
||||
|
||||
/** 失败、失败 */
|
||||
FAILED(4),
|
||||
/** 等待中、等待中 */
|
||||
WAITING(4),
|
||||
WAITING(3),
|
||||
/** 进行中、训练中 */
|
||||
TRAINING(1),
|
||||
/** 部署完成、训练完成 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user