fix: 한국어 입력을 GPU promptd로 전달 - #3
Merged
Merged
Conversation
Author
|
운영 hotfix 배포 및 GPU 실측 검증 완료했습니다.
장애 원인이었던 비ASCII 제거 및 promptd 우회가 운영에서 해소됐습니다. |
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.
장애
최근 GPU 실행 18건이 모두 고정 fallback 장면을 사용했습니다. 서비스가 비ASCII 키워드를 버리고
inputs.prompt를 보내 GPU promptd를 우회한 것이 원인입니다.수정
inputs.prompt제거title,keywords한글 원문 전달meta.prompt저장rendered_prompt무중단 migration검증
.venv/bin/python -m pytest -q→21 passed배포 후 서로 다른 한국어 요청 2건의 실제 GPU prompt 및 결과를 검증합니다.