chore: Qwen3.6-27B Dense 비교 환경 구축 — 운영은 35B-A3B 유지 [#110]#121
Open
cycorld wants to merge 1 commit into
Open
Conversation
prompt: 응 비교환경 구축까지 해주고 일단은 기존 모델 쓰자 ㅎㅎ
cycorld 서버:
- ~/models/Qwen3.6-27B-UD-Q4_K_XL.gguf 다운로드 (~17GB)
- ~/.config/systemd/user/llama-server-27b.service (port 8098, 수동 시작)
- ~/bin/swap-to-{27b,35b}.sh — VRAM 24GB 공유라 동시 X
- ~/bin/compare-llm.sh — 동일 prompt 4개 양 모델 응답 시간·토큰 비교
- /home/cycorld/llm-proxy/ARCHITECTURE.md 보조 모델 섹션 추가
LMS repo (이 PR — docs only):
- docs/LLM_ARCHITECTURE.md 보조 모델 섹션 추가
- changelog/110 + index.json
- tasks/done/110 이동
의사결정: Dense 27B 는 활성 파라미터 9× ↑ → 동시성 4 slot → 1~2 slot
떨어짐. 학생 동시성 우선 → 운영은 35B-A3B (MoE, 활성 3B) 유지.
27B 는 차세대 모델 후보 비교·벤치 용도로만 보관.
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.
Summary
docs/LLM_ARCHITECTURE.md보조 모델 섹션 + changelog의사결정 근거
27B Dense 는 토큰마다 27B 전부 활성화. 같은 RTX 4090 24GB 에서:
→ 학생 챗봇 throughput 우선. 27B 는 차세대 모델 후보 비교용으로만 보관.
cycorld 서버 변경 (이 PR 밖)
~/models/Qwen3.6-27B-UD-Q4_K_XL.gguf(~17GB)~/.config/systemd/user/llama-server-27b.service(port 8098,WantedBy빠짐)~/bin/swap-to-{27b,35b}.sh~/bin/compare-llm.sh(4개 prompt: 인사 / 아이디어 / Python 버그 / Go deadlock)/home/cycorld/llm-proxy/ARCHITECTURE.md보조 모델 섹션Test plan
go test ./tests/integration/ -run TestSmoke -tags sqlite_fts5)미포함 (의도)
UPSTREAM=:8099고정 → 27B 격리)🤖 Generated with Claude Code