Skip to content

Commit e50eaca

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Fix indentation error.
1 parent b1e16ae commit e50eaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@ def objective(trial: optuna.Trial) -> float:
425425

426426
try:
427427
_ = generator(input_tensor)
428-
print("✅ Building LLM Model Successful!")
428+
print("✅ Building LLM Model Successful!")
429429
except Exception as exc:
430-
error_message = f"❌ Building model returned the error: {exc}"
430+
error_message = f"❌ Building model returned the error: {exc}"
431431

432432

433433
# mlflow.keras.log_model(generator, artifact_path="generator")

0 commit comments

Comments
 (0)