惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
美团技术团队
腾讯CDC
博客园 - Franky
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
博客园_首页
V
V2EX
Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss

Runpod Blog.

DeepSeek V4 in the wild, and how to run it on Runpod New Runpod datacenter now live: AP-IN-1 Track GPU spend across your team with Cost Centers The GPU supply supercycle is here. Here’s what AI builders need to know. Community Spotlight: One-click AI image and video generation on Runpod with SwarmUI | Runpod Blog Community Spotlight: LoRA Pilot Data Prep to Inference Introducing the Runpod Assistant: Manage Your Cloud GPU Resources with Natural Language OpenAI's Parameter Golf: Train the Best Language Model That Fits in 16MB on Runpod LLM inference optimization: techniques that actually reduce latency and cost Pruna P-Video and Vidu Q3 public endpoints now available on Runpod Runpod brand spelling guide Quickstart - Runpod Documentation The AI market looks nothing like the narrative Training StyleGAN3 with Vision-Aided GAN on Runpod KoboldAI – The Other Roleplay Front End, And Why You May Want to Use It How to Connect Cursor to LLM Pods on Runpod for Seamless AI Dev Community Spotlight: How AnonAI Scaled Its Private Chatbot Platform with Runpod Prompt Scheduling with Disco Diffusion on Runpod Runpod's Latest Innovation: Dockerless CLI for Streamlined AI Development Run Your Own AI from Your iPhone Using Runpod Introducing Flash: Run GPU workloads on Runpod Serverless: No Docker required Use Claude Code with your own model on Runpod: No Anthropic account required Avoid Errors by Selecting the Proper Resources for Your Pod What hackers built on Runpod at TreeHacks 2026 Easily Back Up and Restore Your Pod with Cloud Sync + Backblaze B2 The Complete Guide to GPU Requirements for LLM Fine-Tuning AI Guides, Tutorials & GPU Infrastructure Insights | Runpod Your first Claude Code project within Runpod: a complete setup guide 10 billion Serverless requests and counting Building for resilience: Runpod’s response to the AWS us-east-1 outage
Introducing Clusters: On-Demand Multi-Node AI Compute
Alyssa Mazzina · 2025-03-31 · via Runpod Blog.

Until now, Runpod users could generally scale up to 8 GPUs in a single pod. For most use cases—like running inference on Llama 70B or fine-tuning FLUX—that was plenty. But some workloads need more compute than a single server. They need to scale across multiple machines.

Today, we’re excited to launch Clusters: a fast, on-demand way to deploy networked multi-node GPU clusters on Runpod’s platform.

With Clusters, your GPUs aren’t limited to a single node anymore. You can now connect up to 8 nodes for up to 64 H100s, with high-speed interconnects that enable private node-to-node communication right out of the box. No delays talking to sales, waiting for integration, or long commits - launch large GPU clusters instantly.

Why This Matters

The rise of large-scale models like DeepSeek R1 (720B parameters) and LLaMA 405B (405B parameters) is pushing infrastructure to its limits. Even with 8x H100s and 640 GB of VRAM, you're nowhere near the 1600 GB+ needed to run these models efficiently.

To meet these demands, you need more than just powerful GPUs—you need infrastructure that can scale across machines. Clusters make that possible.

Here are just a few things Clusters make possible:

  • Inference on massive models with 720B+ parameters
  • Fine-tuning foundational models like LLaMA 405B
  • Training smaller foundational models from scratch (250M to 7B)
  • Accelerating simulations and research in fields like computational biology, physics, and finance

With support for 16 to 64 GPUs, and no long-term contracts, Clusters give researchers and engineers the flexibility they’ve been waiting for.

How It Works

With Clusters, you can spin up multi-node GPU clusters in minutes—no bare metal setup, no SSH juggling. Once your cluster is live, you can run distributed jobs using the frameworks you already know and love, like Slurm, Ray, or PyTorch’s torchrun utility.

Here’s how it looks in practice:

Example: Multi-Node Job with Pytorch

  1. Ensure main.py exists for every node, then run the following command on all nodes

This example assumes:

  • You’re using PyTorch with torchrun for multi-node orchestration
  • main.py is your training script (e.g., training something like Mistral-7B)
  • Each node in your cluster runs this command with different values for node_rank, etc.

You can find more detailed implementation of these examples in our Documentation — but this shows how simple it is to get started with multi-node training on Runpod.

Clusters vs. Bare Metal: What’s the Difference?

Some teams turn to long-term bare metal contracts when they need full system access or specialized configurations. That makes sense for many production environments—but it comes with tradeoffs: setup time, long-term commitments, and more manual overhead.

Clusters offer a different approach:

  • Deploy clusters in minutes, not days
  • Pay only for what you use, billed by the second
  • Manage your cluster through Runpod’s intuitive UI, with templates, billing insights, and team-level controls

Technical Details

  • GPU Type: NVIDIA H100 (more GPU types upcoming)
  • Cluster Size: 16 to 64 GPUs (2 to 8 nodes)
  • Containerized: Runs on Docker
  • Interconnect: High-performance networking
  • End to end onboarding time: Just a few minutes

Ideal For

  • ML Engineers fine-tuning large models
  • Research labs training from scratch
  • Startups iterating quickly with flexible infrastructure
  • Open-source projects needing temporary access to high-end hardware

Clusters bring the power of a full-scale training cluster to anyone—with no commitments, no setup headaches, and no overpriced contracts.

For full system-level access, Bare Metal is still your go-to. But for fast, flexible scaling without any commitments or contracts, Clusters are a game changer.

Try It Now

Ready to deploy your first Instant Cluster? Head to your Runpod console and choose "Clusters" to get started.

Questions? Feedback? Reach out at clusters@runpod.io or join us on Discord.

Clusters are now live. Let the multi-node era begin.

Author profile: Alyssa Mazzina