Skip to content

Commit 753a6ac

Browse files
committed
chore: 포트 복구
예전 프로세스가 살아있었음
1 parent 835fda8 commit 753a6ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pip install -r requirements.txt
6565
```
6666
### 로깅 및 모니터링
6767
```sh
68-
mlflow server --host 127.0.0.1 --port 8080
68+
mlflow server --host 127.0.0.1 --port 5001
6969
```
7070
### AI 서버 실행
7171
코드 수정하면 바로 해당사항 적용

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# 랭체인 트래킹
2121
import mlflow
22-
mlflow.set_tracking_uri(uri="http://127.0.0.1:8080")
22+
mlflow.set_tracking_uri(uri="http://127.0.0.1:5001")
2323

2424
mlflow.set_experiment("langchain")
2525

0 commit comments

Comments
 (0)