We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79854a commit b278ed0Copy full SHA for b278ed0
generative-proof-of-concept-CPU-preprocessing-in-memory.py
@@ -5,7 +5,7 @@
5
from subprocess import run
6
from warnings import warn
7
8
-MLFLOW_PORT = 5000
+MLFLOW_PORT = 7777
9
10
answer = run(f"mlflow server --host 127.0.0.1 --port {MLFLOW_PORT} &",
11
shell=True,
0 commit comments