Commit 574942c1 authored by linpeiqin's avatar linpeiqin

修改断点目录

parent 31912f95
......@@ -157,7 +157,7 @@ public class TuningRunController {
array.add(true);
array.add(jsonObject.get("dpoBetaData"));
array.add(new JSONArray());
array.add(sdf.format(new Date()));
array.add("train_"+runId);
System.out.println(array.toJSONString());
return ResponseResult.success(array.toJSONString());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment