- macOS의 launchd를 이용하여 AI 서버를 시스템 서비스로 등록 - 시스템 재부팅 시 서버 자동 시작 기능 구현 - 예기치 않은 오류 발생 시 서버 자동 재시작 기능 추가 - 서비스 로그를 logs/ 디렉토리에 자동으로 기록하도록 설정 - CODING_CONVENTIONS.md에 서버 운영 및 배포 가이드 상세히 문서화
24 lines
2.3 KiB
Plaintext
24 lines
2.3 KiB
Plaintext
2025-07-25 06:59:45,307 - __main__ - INFO - 🚀 Mac Mini AI 번역 서버 with 대시보드 (v2.1)
|
|
2025-07-25 06:59:45,307 - __main__ - INFO - 📡 서버 주소: http://192.168.1.122:20080
|
|
2025-07-25 06:59:45,307 - __main__ - INFO - 📊 대시보드: http://192.168.1.122:20080/dashboard
|
|
2025-07-25 06:59:45,307 - __main__ - INFO - 📁 NAS 주소: 192.168.1.227
|
|
INFO: Started server process [20661]
|
|
INFO: Waiting for application startup.
|
|
2025-07-25 06:59:45,328 - __main__ - INFO - 🚀 Mac Mini AI 번역 서버 시작 (v2.1)
|
|
2025-07-25 06:59:45,328 - __main__ - INFO - 📍 Mac Mini IP: 192.168.1.122
|
|
2025-07-25 06:59:45,328 - __main__ - INFO - 📍 NAS IP: 192.168.1.227
|
|
2025-07-25 06:59:45,328 - __main__ - INFO - --------------------------------------------------
|
|
2025-07-25 06:59:45,328 - background_ai_service - INFO - 🚀 백그라운드 AI 서비스 시작
|
|
2025-07-25 06:59:45,328 - background_ai_service - INFO - ✅ 백그라운드 서비스 준비 완료
|
|
2025-07-25 06:59:45,351 - __main__ - INFO - ✅ NAS 연결 정상: /Volumes/Media
|
|
2025-07-25 06:59:45,357 - __main__ - INFO - ✅ 폴더 구조 확인/생성 완료
|
|
INFO: Application startup complete.
|
|
INFO: Uvicorn running on http://0.0.0.0:20080 (Press CTRL+C to quit)
|
|
|
|
Loading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]
|
|
Loading checkpoint shards: 33%|███▎ | 1/3 [00:00<00:01, 1.80it/s]
|
|
Loading checkpoint shards: 67%|██████▋ | 2/3 [00:01<00:00, 1.68it/s]
|
|
Loading checkpoint shards: 100%|██████████| 3/3 [00:01<00:00, 2.66it/s]
|
|
Loading checkpoint shards: 100%|██████████| 3/3 [00:01<00:00, 2.32it/s]
|
|
You passed along `num_labels=3` with an incompatible id to label map: {'0': 'NEGATIVE', '1': 'POSITIVE'}. The number of labels will be overwritten to 2.
|
|
The tokenizer class you load from this checkpoint is not the same type as the class this function is called from. It may result in unexpected tokenization.
|
|
The tokenizer class you load from this checkpoint is 'BartTokenizer'.
|
|
The class this function is called from is 'PreTrainedTokenizerFast'.
|
|
You passed along `num_labels=3` with an incompatible id to label map: {'0': 'NEGATIVE', '1': 'POSITIVE'}. The number of labels will be overwritten to 2.
|
|
2025-07-25 06:59:51,494 - background_ai_service - INFO - ✅ 모든 AI 모델 로딩 완료 (6.1초)
|