Skip to content

Commit b278ed0

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Run MlFlow on port 7777 so as to not clash with other experiments.
1 parent a79854a commit b278ed0

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
@@ -5,7 +5,7 @@
55
from subprocess import run
66
from warnings import warn
77

8-
MLFLOW_PORT = 5000
8+
MLFLOW_PORT = 7777
99

1010
answer = run(f"mlflow server --host 127.0.0.1 --port {MLFLOW_PORT} &",
1111
shell=True,

0 commit comments

Comments
 (0)