
OpenAI has announced that it will remove limits on text-based chats for all ChatGPT users, a move that coincides with the platform reaching 1 billion weekly users. The new GPT-5.6 Luna model will become the default for Free and Go users, offering enhanced reasoning capabilities. Plus and Pro users will receive the upgraded GPT-5.6 Sol model, which provides more concise and accurate responses. These updates aim to improve user experience by offering unlimited text chats and new features like the 'Think' button and a thinking slider for more tailored responses.
Read originalThe b10311 release of llama.cpp tackles inefficiencies in text-to-speech (TTS) generation by refining how text streams are processed. Previously, the system would redundantly handle utterances, causing them to be read twice before completion. This update aligns the streaming overlay with the non-streaming prefill, effectively eliminating the duplication. Developers working with TTS systems will find this change streamlines the generation process and boosts efficiency. The update is accessible on macOS, Linux, and Windows, ensuring that a broad range of users can benefit from these improvements.
The b10313 release of llama.cpp introduces an LRU scheduler, significantly enhancing task management efficiency. This update includes improvements in handling coalescing, optimizing the waiting queue, and fixes for stream cases to ensure smoother operations. The release also expands platform-specific builds, such as Vulkan and ROCm 7.2 support on Ubuntu, and CUDA 12 and 13 on Windows. While there are no new model architectures, these updates demonstrate a commitment to refining performance and compatibility across various systems.