
GLM-5.3 and GPT-5.6 Sol were tested on the DeepSWE benchmark, revealing distinct strengths. GLM-5.3 offers a cost-effective solution, excelling in multi-attempt scenarios, while Sol leads in single-shot accuracy and speed. GLM-5.3 costs $3.99 per rollout compared to Sol's $8.37, making it a better choice for high-volume tasks. The models' complementary strengths suggest using GLM-5.3 for initial attempts and Sol for verification could maximize efficiency and cost-effectiveness.
Read originalThe v0.28.0rc2 release of vLLM introduces DFlash2, a feature that enhances local convolution capabilities with a candidate selector. This update, cherry-picked from a specific commit, signifies a technical refinement aimed at improving model performance. While the specifics of the implementation are technical, the focus on local convolution suggests a targeted improvement in processing efficiency. This release is a step forward for developers looking to optimize their AI models with more precise convolution operations.
The b10541 release of llama.cpp enhances developer flexibility with the introduction of the --mmproj-device argument, allowing for more nuanced control over device backends. This update also maintains compatibility with existing setups through the MTMD_BACKEND_DEVICE environment variable and introduces a convenient -mmdev shortflag. These improvements make it easier for developers to manage and load device backends efficiently. While there are no new model architectures in this release, the focus on refining usability ensures that developers can deploy their applications smoothly across different environments.