chat: LFM2/LFM2.5가 json_schema를 무시하는 문제 수정 ([#24377](https://github.com/ggml-org
요약
llama.cpp에서 LFM2/LFM2.5 모델이 json_schema를 무시하던 버그를 수정했습니다. 기존에는 템플릿 핸들러가 도구 호출용 문법만 생성하여 response_format 설정을 반영하지 못했으나, 이번 업데이트로 해결되었습니다.
핵심 포인트
- LFM2/LFM2.5 모델의 json_schema 무시 문제 해결
- 도구 호출(tool-calling) 문법 생성 로직 수정
- macOS, Linux, Android, Windows 등 다양한 플랫폼용 바이너리 업데이트
chat: LFM2/LFM2.5가 json_schema를 무시하는 문제 수정 (#24377)
LFM2 전용 템플릿 핸들러(template handler)가 도구 호출 (tool-calling)을 위한 문법 (grammar)만 생성하여, response_format으로부터의 json_schema를 조용히 무시했습니다.
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI 활성화) 비활성화됨
- macOS Intel (x64)
- iOS XCFramework
Linux:
- Ubuntu x64 (CPU)
- Ubuntu arm64 (CPU)
- Ubuntu s390x (CPU)
- Ubuntu x64 (Vulkan)
- Ubuntu arm64 (Vulkan)
- Ubuntu x64 (ROCm 7.2)
- Ubuntu x64 (OpenVINO)
- Ubuntu x64 (SYCL FP32) 비활성화됨
Android:
Windows:
Windows:
- Windows x64 (CPU)
- Windows arm64 (CPU)
- Windows x64 (CUDA 12) - CUDA 12.4 DLLs
- Windows x64 (CUDA 13) - CUDA 13.3 DLLs
- Windows x64 (Vulkan)
- Windows x64 (SYCL) DISABLED
- Windows x64 (HIP)
openEuler:
- DISABLED
- openEuler x86 (310p)
- openEuler x86 (910b, ACL Graph)
- openEuler aarch64 (310p)
- openEuler aarch64 (910b, ACL Graph)
UI:
AI 자동 생성 콘텐츠
본 콘텐츠는 llama.cpp Releases의 원문을 AI가 자동으로 요약·번역·분석한 것입니다. 원 저작권은 원저작자에게 있으며, 정확한 내용은 반드시 원문을 확인해 주세요.
원문 바로가기