
NVIDIA has announced a series of new open-source models and tools aimed at enhancing local AI capabilities. Key releases include the Cosmos 3 Edge model for robotics and the MiniMax-H3 model for video and audio generation, both optimized for NVIDIA GPUs. Additionally, the launch of Unsloth Desktop offers a fully open-source solution for AI model training and inference on personal devices. These advancements highlight NVIDIA's commitment to empowering developers with the tools needed to run sophisticated AI tasks locally, minimizing the need for cloud-based resources.
Read original
© NVIDIA BlogNVIDIA is redefining AI infrastructure as an investable asset by collaborating with financial powerhouses like BlackRock and Goldman Sachs. This strategic partnership is set to channel over $500 billion in third-party capital towards the creation of AI factories. These factories go beyond mere hardware, offering a complete platform with accelerated computing and AI frameworks, ensuring they remain adaptable and valuable over time. This initiative marks a pivotal change in AI infrastructure financing, enhancing its accessibility and sustainability for diverse industries and applications.
© NVIDIA BlogNVIDIA, in collaboration with Google and Microsoft, is spearheading a shift in AI compute power architecture with the introduction of 800 VDC. This new power distribution method aims to streamline the path from the grid to GPUs, reducing inefficiencies inherent in traditional AC systems. By adopting 800 VDC, AI factories can achieve higher compute performance and power density without overhauling existing infrastructure. This initiative is backed by over 80 companies and promises a scalable roadmap for AI facilities, ensuring they can meet future demands without stranding current investments.
© GitHub ChangelogGitHub has significantly improved the accuracy of license data for software components by integrating package registries like npmjs.org and PyPI into its dependency graph. This shift reduces the reliance on the ClearlyDefined service, which often produced complex and confusing results. By prioritizing registry data, GitHub has halved the number of missing licenses, enhancing the reliability of dependency insights and software bills of materials. This update also simplifies license tracking by using version ranges, making it easier to manage license changes over time.
© Sam WitteveenNVIDIA's NeMo Switchyard is a new open-source library designed to optimize AI agent workflows by selecting the most suitable model for each task. This innovation aims to enhance the efficiency of long-running AI agents by improving response times and token usage. By acting as a router, Switchyard intelligently directs workloads across different models, potentially transforming how developers build and deploy AI agents. The open-source nature of Switchyard invites developers to explore and contribute, making it a significant tool for those interested in large language model (LLM) agents.
The latest b10328 release of llama.cpp introduces initial support for tool isolation using Docker, marking a step towards more secure and modular deployments. This update includes the separation of tools into distinct sandbox and Docker environments, enhancing the flexibility and security of tool management. By renaming sandbox to isolate and introducing x-tool-runtime, the release aims to streamline the development process. While this update doesn't introduce new models or quantization methods, it strengthens the infrastructure for developers working with llama.cpp, making it more adaptable to various deployment scenarios.