> ## Documentation Index
> Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy Multi-Node Cluster

> Deploy a multi-node cluster on the Prime Intellect Platform.

You can spin up up to 64+ Multi-Node H100 GPUs on Prime Intellect On-demand.

# Step-by-Step Guide

<Steps>
  <Step title="Go to the Multi-Node Cluster tab inside the platform">
    <a href="https://app.primeintellect.ai/dashboard/clusters">Multi-Node Cluster</a>
  </Step>

  <Step title="Choose your preferred configration of 16-64+ H100 GPUs and click 'Deploy Cluster'" />

  <Step title="Wait for the cluster to be deployed. You'll receive an email once it's up." />

  <Step title="You'll receive one public IP for every node (8xH100) you deployed.">
    You can use these public IPs to SSH into your nodes and start running your multi-node use case.

    To see how to run Megatron-Deepspeed, Huggingface Accelerate, Torch FSDP, and other multi-node use cases, refer to our Tutorials:
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Slurm Orchestration" icon="server" href="/tutorials-multi-node-cluster/slurm-orchestration">
    Deploy and manage clusters with Slurm workload orchestration
  </Card>

  <Card title="Run Torch FSDP" icon="wand-sparkles" href="/tutorials-multi-node-cluster/torch-run-fsdp-multi-node" />
</CardGroup>

<CardGroup cols={1}>
  <Card title="Run LLaMA 405B in BF16" icon="microchip" href="/tutorials-multi-node-cluster/llama-405B-in-bf16" />
</CardGroup>
