We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835fda8 commit 753a6acCopy full SHA for 753a6ac
2 files changed
README.md
@@ -65,7 +65,7 @@ pip install -r requirements.txt
65
```
66
### 로깅 및 모니터링
67
```sh
68
-mlflow server --host 127.0.0.1 --port 8080
+mlflow server --host 127.0.0.1 --port 5001
69
70
### AI 서버 실행
71
코드 수정하면 바로 해당사항 적용
main.py
@@ -19,7 +19,7 @@
19
20
# 랭체인 트래킹
21
import mlflow
22
-mlflow.set_tracking_uri(uri="http://127.0.0.1:8080")
+mlflow.set_tracking_uri(uri="http://127.0.0.1:5001")
23
24
mlflow.set_experiment("langchain")
25
0 commit comments