Skip to content

Commit 1953892

Browse files
Update llm_train_hpo_script.py
Add logging of parameters...
1 parent a8ec4b5 commit 1953892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llm_train_hpo_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,10 @@ def objective(trial):
223223
"PROJECTION_N": PROJECTION_N,
224224
"STAGE_I_B_LEARN_RATE":STAGE_I_B_LEARN_RATE
225225
}
226+
226227

227228
trial_num = trial.number
229+
print(f"Params for Trial {trial_num}: {params}")
228230

229231

230232
with mlflow.start_run():

0 commit comments

Comments
 (0)