Commit Graph

2 Commits

Author SHA1 Message Date
MyeonghoeLee
1597a9140f setup.sh VRAM 기반 판단 로직 추가 및 완전 자동화
- NVIDIA GPU VRAM 20GB 미만이면 vLLM 대신 Ollama 선택
- 사용자 확인 단계 제거, 감지 후 바로 실행

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 15:13:53 +09:00
MyeonghoeLee
f1890713a7 vLLM 지원 추가 및 통합 셋업/종료 스크립트
- setup.sh: 시스템 자동 감지 (Apple Silicon/NVIDIA GPU/RAM) → 최적 방식 선택
- stop.sh: 실행 중인 서비스 자동 감지 후 종료
- setup-vllm.sh / stop-vllm.sh: NVIDIA GPU + Docker 기반 vLLM 서빙
- docker-compose.vllm.yml 자동 생성 (vLLM + Open WebUI)
- README 전면 개편

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 15:07:21 +09:00