From 9dc0186d10accd40ed5f6af5bc30a6e1640943d2 Mon Sep 17 00:00:00 2001 From: Max! Date: Tue, 19 Sep 2023 13:18:17 +0200 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 0718c12..05dbf7c 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,46 @@ You need to create a service account to represent your digital self and use that # ToDo ``` +## Instance Types and Limits + +This project is tested using NVadsA10v5, NCasT4_v3, and NVv3 instances which utilize Nvidia A10, T4 and M60 GPUs. If you do not need a GPU, you are advised to consider Hetzner or Equinix who have better prices on CPU-only instances. Buildstar Online the following quota limits in west-europe: + - 72 vCores for NVadsA10v5 + - 64 vCores for NCasT4_v3 + - 48 vCores for NVv3 + +### NVadsA10v5 + +- NVadsA10v5 series virtual machines are powered by NVIDIA A10 GPUs and AMD EPYC 74F3V(Milan) CPUs with a base frequency of 3.2 GHz, peak frequency of all cores of 4.0 GHz. + + | Instance Size | GPUs | GPU RAM | vCPUs | RAM (GiB) | Disk Size (GB) | Network (Gbps) | + | --- | --- | --- | ---| ---| ---| ---| + | Standard_NV6ads_A10_v5 | 1/6 | 4 | 6 | 55 | 180 | 5 | + | Standard_NV12ads_A10_v5 | 1/3 | 8 | 12 | 110 | 360 | 10 | + | Standard_NV18ads_A10_v5 | 1/2 | 12 | 18 | 220 | 720 | 20 | + | Standard_NV36ads_A10_v5 | 1 | 24 | 36 | 440 | 1440 | 40 | + | Standard_NV72ads_A10_v5 | 2 | 48 | 72 | 880 | 2880 | 80 | + +### NCasT4_v3 + +- NCasT4_v3 series virtual machines are powered by Nvidia Tesla T4 GPUs and AMD EPYC 7V12(Rome) CPUs. + + | Instance Size | GPUs | GPU RAM | vCPUs | RAM (GiB) | Disk Size (GB) | Network (Gbps) | + | --- | --- | --- | ---| ---| ---| ---| + | Standard_NC4as_T4_v3 | 1 | 16 | 4 | 28 | 180 | 8 | + | Standard_NC8as_T4_v3 | 1 | 16 | 8 | 56 | 360 | 8 | + | Standard_NC16as_T4_v3 | 1 | 16 | 16 | 110 | 360 | 8 | + | Standard_NC64as_T4_v3 | 4 | 64 | 64 | 440 | 2880 | 32 | + +### NVv3 + +- The NVv3 series virtual machines are powered by NVIDIA Tesla M60 GPUs and NVIDIA GRID technology with Intel E5-2690 v4 (Broadwell) CPUs and Intel Hyper-Threading Technology. + + | Instance Size | GPUs | GPU RAM | vCPUs | RAM (GiB) | Disk Size (GB) | Network (Gbps) | + | --- | --- | --- | ---| ---| ---| ---| + | Standard_NV12s_v3 | 1 | 8 | 12 | 112 | 320 | 6 | + | Standard_NV24s_v3 | 2 | 16 | 24 | 224 | 640 | 12 | + | Standard_NV48s_v3 | 4 | 32 | 48 | 448 | 1280 | 24 | + ## Requirements