docs(ai): 로컬 LLM 전환 심층 조사 리포트(md·pdf) + 동시성 부하 도구 - #237
Merged
Merged
Conversation
1차 비교 실험의 "로컬 비권장" 결론이 설정·서빙·모델 선택 한계인지 하드웨어 한계인지 검증. - docs/research/local-llm-deep-dive-2026-09: 리포트(md·pdf), 원시 결과, 자동 지표, 블라인드 판정, GPU 원격 측정 5,260건, 적재 로그 (무효 측정 2건은 파일명에 INVALID 표기) - 결과 요약: 현 GPU 프롬프트 처리 ~240 tok/s 로 설정 무관(하드웨어 한계), 병렬 슬롯은 처리량 +16% 에 그침, 4B급 이하 품질 최고 3.0, Gemma 4 26B-A4B 는 3비트에서도 Gemini 근접 → 로컬은 24GB+ GPU 결정 - ai/scripts/llm_eval: load_test.py(동시 사용자 부하), run_eval.py --constrain-json(JSON 스키마 강제)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
docs/research/local-llm-deep-dive-2026-09/local-llm-deep-dive.md+ 같은 위치 PDF — 로컬 LLM 전환 심층 리서치·실험 리포트docs/research/local-llm-deep-dive-2026-09/data/— 원시 결과, 자동 지표, 블라인드 판정(44건), GPU 원격 측정 5,260건, 적재 로그 (무효 측정 2건은 파일명에INVALID)ai/scripts/llm_eval/load_test.py— 동시 사용자 부하 테스트 (동시 1/2/4/8명, 피드백 fan-out 중 꼬리질문)ai/scripts/llm_eval/run_eval.py --constrain-json— 질문 풀·코칭 JSON 스키마 강제변경 이유 / 배경
1차 비교 실험의 "로컬 LLM 비권장" 결론이 설정(Ollama 직렬 처리)·오래된 서빙·작은 모델 선택 때문인지, 하드웨어 한계인지 가려내기 위함.
결과 요약
테스트
영향 범위
리뷰어 체크포인트
/home/stackup/llm-models)와 llama.cpp 이미지가 남아 있음 — 정리 여부 결정 필요🤖 Generated with Claude Code