Skip to content

Commit 64c204b

Browse files
author
David Thrower
committed
Add missing import mlflow.
1 parent 317708c commit 64c204b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

train_a_generative_llm_docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import tensorflow as tf
1010
import pandas as pd
1111
import pendulum
12+
import mlflow
1213

1314
from transformers import AutoTokenizer
1415
from datasets import load_dataset

0 commit comments

Comments
 (0)