llama.cpp Release b9692: llava_uhd Removes Batch Dimension Usage
English summary
In llama.cpp release b9692, the llava_uhd component of the multimodal vision encoder no longer uses the batch dimension. This change resolves issue #24732 by eliminating batch-dimension handling in llava_uhd processing. The release includes platform build statuses for various OS and backend combinations, but the core change is the batch-dimension removal. The fix likely simplifies vision encoding and avoids potential errors in batch processing.
Chinese summary
在 llama.cpp 的 b9692 版本中,多模态视觉编码器的 llava_uhd 组件不再使用批次维度。该更改通过取消 llava_uhd 处理中的批次维度使用,解决了 #24732 号问题。该版本包含多种操作系统和后端的构建状态,但核心变更是批次维度的移除。该修复可能简化了视觉编码,并避免了批处理中的潜在错误。
Key points
The llava_uhd vision encoder in llama.cpp no longer utilizes the batch dimension.
llama.cpp 中的 llava_uhd 视觉编码器不再使用批次维度。
This change addresses issue #24732 in the llama.cpp repository.
此更改修复了 llama.cpp 仓库中的 #24732 号问题。
The fix is included in release b9692.
该修复包含在 b9692 版本中。