Skip to content

Commit 24a2b2d

Browse files
author
David Thrower
committed
Syntax.
1 parent 401a3a8 commit 24a2b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_a_generative_llm_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
train_data_dtype=tf.int32,
561561
merging_strategy='concatenate') # "mhc")
562562

563-
with mlflow.start_run() as run:
563+
with mlflow.start_run():
564564
mlflow.log_params(PARAMS)
565565
cerebros_t0 = time.time()
566566
phase_i_a_result_0 = cerebros_automl.run_random_search()

0 commit comments

Comments
 (0)