
Hugging Face has introduced a new series focused on profiling in PyTorch, beginning with a guide for beginners on using torch.profiler. The initial post explains how to profile a basic matrix multiplication and addition operation, offering insights into reading profiler traces and understanding the interaction between CPU and GPU. The series aims to help developers optimize their PyTorch code by gradually increasing complexity, eventually covering large language models. This educational effort is designed to make profiling more accessible and useful for developers seeking to improve neural network performance.
Read original
© Hugging Face BlogThe OlmoEarth Platform is a significant advancement in geospatial inference, designed to handle the massive scale of Earth observation data. By processing terabytes of satellite imagery efficiently, it enables organizations to generate continent-scale maps in a day, at minimal cost. This platform addresses the challenges of data acquisition, processing, and inference, making it accessible even to organizations without extensive engineering resources. With its ability to run large-scale inference jobs using thousands of CPUs and GPUs, OlmoEarth is poised to transform how environmental data is utilized for applications like wildfire risk mapping and deforestation monitoring.
© Hugging Face BlogHugging Face's LFM2.5-Encoders represent a leap forward in handling long-context inference, particularly on CPU. These models outperform larger counterparts like ModernBERT-base in speed, efficiently managing up to 8,192-token contexts. This makes them particularly suitable for high-volume tasks such as classification and routing, where speed and cost-effectiveness are crucial. The models are open-source and available for immediate use, allowing developers to fine-tune them for specific applications. This release signals a move towards more efficient, CPU-friendly NLP solutions that maintain high performance without the need for extensive hardware.
© Hugging Face BlogNVIDIA's Cosmos-H-Dreams marks a significant leap in surgical robotics simulation by enabling real-time, action-conditioned generative environments. Building on the Cosmos-H-Surgical-Simulator, this new model operates on a single NVIDIA RTX PRO 6000 GPU, offering interactive simulations that can be controlled in a closed loop. By integrating with platforms like the Versius surgeon controller, Cosmos-H-Dreams demonstrates its versatility and potential for real-time operation. This development not only enhances the speed and efficiency of surgical simulations but also opens new possibilities for policy development and surgical training without the need for physical robots.
© GitHub ChangelogGitHub has expanded its Copilot code review capabilities, making agent skills and MCP server integration available to Pro, Business, and Enterprise users. These features allow teams to embed their internal tools and coding standards directly into the code review process, providing more tailored and context-rich reviews. By linking to third-party platforms like issue trackers and documentation systems, Copilot can draw in relevant information to enhance the review process. This update marks a significant advancement in AI-assisted code reviews, offering a more customized and informed approach for development teams using GitHub.
© Matt WolfeAnthropic has introduced a sandboxed in-app browser for Claude Code on desktop, enhancing its research and debugging capabilities.
© GitHub ChangelogThe latest update to CodeQL, version 2.26.1, brings significant improvements to the static analysis engine used in GitHub code scanning. This release enhances framework coverage for languages like Go, Java/Kotlin, and JavaScript/TypeScript, while also reducing false positives in Rust analysis. Notably, it introduces better modeling for Go's structured logging and recognizes Angular decorators in JavaScript/TypeScript. These updates mean developers can expect more accurate security issue detection and remediation, making CodeQL a more reliable tool for maintaining secure codebases.