微调任务API对接

This commit is contained in:
zhangtao 2025-01-06 17:18:46 +08:00
parent e40c285d3c
commit a4ef95f708

View File

@ -15,8 +15,10 @@ import java.util.Arrays;
@AllArgsConstructor
public enum FinetuningTaskStatusEnum implements IntArrayValuable {
/** 失败、失败 */
FAILED(4),
/** 等待中、等待中 */
WAITING(4),
WAITING(3),
/** 进行中、训练中 */
TRAINING(1),
/** 部署完成、训练完成 */