Nvidia Unveils Project Digits Personal AI Supercomputer With GB10 Chipset, Can Run Large AI Models at CES 2025

Nvidia Unveils Project Digits Personal AI Supercomputer With GB10 Chipset, Can Run Large AI Models at CES 2025

Nvidia unveiled a personal supercomputer equipped with its in-house Grace Blackwell Superchip on Monday at the Consumer Electronics Show (CES) 2025. Dubbed Project Digits, the device can develop, run inference, and deploy large artificial intelligence (AI) models. The personal supercomputer is equipped with the NVIDIA GB10 Grace Blackwell Superchip chipset and delivers up to one petaflop (1,000 trillion floating-point operations per second) of AI performance. The tech giant stated that the personal desktop system will be available in May.Nvidia Unveils Project DigitsIn a newsroom post, the company announced the personal AI supercomputer for retail consumers. Calling it the world’s smallest AI supercomputer, Nvidia highlighted that Project Digits is equipped with a GB10 Grace Blackwell Superchip SoC. The chipset allows for on-device complex computing as well as the development of processing-intensive applications. However, the company has designed the supercomputer for AI workflows.The chipset features an Nvidia Blackwell GPU with Cuda and Tensor cores and an Arm-based Nvidia Grace CPU with 20 efficiency cores. The chipset was designed in collaboration with MediaTek.Nvidia Project DigitsPhoto Credit: Nvidia Project Digit comes with 128GB of RAM and up to 4TB of NVMe SSD storage. While each device can function independently, Nvidia is also offering its ConnectX networking that allows two Project Digit AI supercomputers to be linked. A linked device can run up to 405 billion parameters AI models, the company claimed.Nvidia claims developers can develop, run, and deploy AI models with up to 200 billion parameters locally with up to one petaflop of AI computing. This would include most of the open-source AI models bar a few such as the Meta Llama 3.1 405B.”With Project Digits, the Grace Blackwell Superchip comes to millions of developers. Placing an AI supercomputer on the desks of every data scientist, AI researcher and student empowers them to engage and shape the age of AI,” said Jensen Huang, the CEO of Nvidia.The tech giant said that Project Digits will be available to purchase in May from Nvidia and its partners. The AI ​​supercomputer’s price starts at $3,000 (roughly Rs. 2,57,600). Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *