Commit Graph

3 Commits

Author SHA1 Message Date
ENVY14 0deed9bedf 조정 2026-03-09 23:50:35 +09:00
AI Bot 0c6b8aae4c Whisper 모델 프로젝트 내부 통합 완료 내역
🗂️ 폴더 구조 정리 (대용량 파일 격리 원칙)
Wisper/
├── llm_weights/          ← QWen .gguf LLM 모델 (gitignore)
│   └── Qwen3.5-0.8B-Q4_K_M.gguf
├── whisper_weights/      ← faster-whisper CTX2 모델 캐시 (gitignore)
│   └── models--mobiuslabsgmbh--faster-whisper-large-v3-turbo/
├── app/models/           ← Pydantic 객체 코드 (정상 트래킹)
│   ├── stt.py
│   └── record.py
2026-03-09 23:28:13 +09:00
AI Bot 3039970993 feat: Introduce llm_weights folder and setup.ps1 script for model installation 2026-03-09 23:18:00 +09:00