Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions host/verification-stages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,22 @@ In order for your unverified machine to be verified, it must also meet the follo
- CUDA version greater than or equal to 12.0
- Reliability of 90%
- At least 3 open ports per GPU (100 recommended)
- Internet download speed of 500 Mb/s
- Internet upload speed of 500 Mb/s
- Internet download and upload speeds of 100 to 500 Mb/s*
- GPU RAM of 7 GB
- Passing the Self-Test
```
> **Note:** High-end GPUs are more likely to be verified. Machines with datacenter GPUs such as B200, H200, H100, A100, etc., and those with premium GPUs such as RTX PRO 6000 WS, 8xRTX 5090, 8xRTX 4090, etc., receive prioritized verification processing due to their high demand and performance capabilities.
> **\*Minimum internet bandwidth speeds:**
> Depending on the total VRAM available on your machine, the minimum requirement for internet bandwith will scale from
a minimum of **100 Mb/s**, up to **500 Mb/s** at the highest. You can see the number set for your machine's verification benchmark
by running the `self-test machine` command in your CLI, or by taking **your machine's total GPU VRAM in GB** multiplied by **500**
and divided by **192**.<br/>
> <br/>
> *example --* For a typical **1x RTX 3090**, the equation is ( **24 GB** x 500 / 192 ) = ***62.5 Mb/s***<br/>
> This is lower than 100 Mb/s, so the benchmark is **100 Mb/s** for upload and download speed for verification.
<Tip>
**Tip:** Meeting these minimum requirements makes your machine eligible for verification, but does not automatically guarantee verification. [Read More about Verification](https://docs.vast.ai/host/understanding-verification)
**Note:** Meeting these minimum requirements makes your machine eligible for verification, but does not automatically guarantee verification. [Read More about Verification Here](https://docs.vast.ai/host/understanding-verification)

**High-end GPUs are more likely to be verified.** Machines with datacenter GPUs such as B200, H200, H100, A100, etc., and those with premium GPUs such as RTX PRO 6000 WS, 8xRTX 5090, 8xRTX 4090, etc., receive prioritized verification processing due to their high demand and performance capabilities.
</Tip>
---

Expand Down