Skip to content

Commit

Permalink
modify env
Browse files Browse the repository at this point in the history
  • Loading branch information
anda-ren committed Nov 13, 2023
1 parent 75d7ebe commit cb83c7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ private FineTuneCreateRequest addEnvToRequest(Long id, FineTuneCreateRequest req
);

}).collect(Collectors.joining(" "));
env.add(new Env("SW_VALIDATION_DATASET_URI", evalDataSetUris));
env.add(new Env("SW_FINETUNE_VALIDATION_DATASET_URI", evalDataSetUris));
}
env.add(new Env("SW_FINE_TUNE_ID", id.toString()));
env.add(new Env("SW_SERVER_TRIGGERED_FINETUNE_ID", id.toString()));
s.setEnv(env);
s.verifyStepSpecArgs();
}
Expand Down

0 comments on commit cb83c7f

Please sign in to comment.