Skip to content

Commit 14720e6

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Change the purge_model_storage_files arg to the fit the updated API.
1 parent 36e7ad3 commit 14720e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-proof-of-concept-CPU-preprocessing-in-memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def reset_state(self):
730730

731731
MODEL_FILE_NAME = "cerebros-foundation-model.keras"
732732

733-
best_model_found = cerebros_automl.get_best_model(purge_model_storage_files=True)
733+
best_model_found = cerebros_automl.get_best_model(purge_model_storage_files='slate')
734734
mlflow.keras.log_model(best_model_found, artifact_path="base")
735735
# best_model_found.save(MODEL_FILE_NAME)
736736
# del(best_model_found)

0 commit comments

Comments
 (0)