
OlmoEarth Studio now allows users to compute and export custom embedding vectors from Earth observation data. These embeddings, created using OlmoEarth's open-source models, facilitate tasks like similarity search and segmentation. Users can customize their embeddings by selecting parameters such as area of interest, time span, and encoder variant. This feature provides a cost-effective way to leverage Earth observation data for various applications, enhancing the platform's utility for researchers and developers.
Read original
© Hugging Face BlogHugging Face has introduced a streamlined process for recording, training, and deploying AI models using Strands Agents, LeRobot, and Hugging Face Storage Buckets. This integration allows developers to continuously collect data, train policies, and deploy them without the need for repeated data transfers. By utilizing Hugging Face's object-storage repository, users can efficiently manage datasets and checkpoints, reducing overhead and improving workflow efficiency. This development simplifies the AI training loop, making it more accessible and cost-effective for developers working with robotic systems.
© Hugging Face BlogHugging Face's LFM2.5-VL-3B model marks a significant step forward in vision-language processing, offering improved capabilities in screen understanding, object grounding, and multi-image reasoning. By integrating a SigLIP2 400M NaFlex vision encoder and doubling its vocabulary, the model excels in multilingual visual comprehension and tool use. It supports on-device inference, making it accessible for high-volume workloads with impressive speed and efficiency. This release positions LFM2.5-VL-3B as a versatile tool for developers needing robust vision-language solutions that can operate efficiently on a range of devices.
© Hugging Face BlogHugging Face's ALTK-Evolve offers a fresh take on agentic memory, focusing on efficient delivery of learned lessons to AI agents. Unlike ACE, which injects a comprehensive playbook at every step, ALTK-Evolve selectively retrieves guidelines based on task needs, significantly reducing inference costs. This approach allows models to maintain or improve accuracy while using fewer resources, particularly benefiting weaker models that can be overwhelmed by too much context. The innovation lies in calibrating the delivery of memory, ensuring that agents use only what they can handle effectively.
The latest b10412 release of llama.cpp introduces backend sampling for both dflash and dspark, marking a technical enhancement in the platform's capabilities. This update allows for more refined control with the enablement of p_min > 0 in backend sampling, adding a layer of precision for developers. While the release doesn't introduce new models or architectures, it quietly strengthens the platform's backend functionality, making it more versatile for developers working across various systems. This update is a step forward in optimizing the performance and flexibility of llama.cpp's inference capabilities.
The b10414 release of llama.cpp marks a significant enhancement with the addition of GGML_TYPE_TQ2_0 type processing in the Metal backend, enabling ternary operations with 2 bits per element. This update brings a more efficient mul_mv kernel, focusing on float operations and optimizing data handling through techniques like precalculating sums. While the release doesn't feature new models, it refines the platform's performance and broadens its compatibility across systems like macOS, Linux, and Windows. By improving efficiency and versatility, llama.cpp continues to be a valuable tool for developers working with a variety of hardware configurations.
The b10418 release of llama.cpp brings notable improvements to SYCL support, particularly through the introduction of host pinned memory, which enhances host-to-device memory access. This update also resolves a thread-safety issue, ensuring more stable performance across different hardware setups. While no new models are introduced, the release focuses on strengthening the existing infrastructure, making it more robust for developers working with SYCL. This update is crucial for optimizing performance and ensuring compatibility, especially for those leveraging SYCL in their development environments.