Skip to content

Commit e48f904

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Comment out log_model. This takes forever and is not neded for CICD scale tests.
1 parent 078f503 commit e48f904

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
@@ -882,7 +882,7 @@ def call(self, inputs):
882882
)
883883
generator = CerebrosNotGPT(config)
884884

885-
mlflow.keras.log_model(generator, artifact_path="generator")
885+
# mlflow.keras.log_model(generator, artifact_path="generator")
886886
print("########### BEFORE SEARIALIZING THE GENERATIVE MODEL")
887887

888888
def complete_text(text):

0 commit comments

Comments
 (0)