Changes for page GPU Server
Last modified by Thomas Coelho (local) on 2024/10/01 13:47
From version 4.1
edited by Thomas Coelho (local)
on 2023/11/06 10:58
on 2023/11/06 10:58
Change comment:
There is no comment for this version
To version 2.1
edited by Thomas Coelho (local)
on 2023/11/06 10:44
on 2023/11/06 10:44
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 = The GPU Server = 6 6 7 -The GPU machine is a two socket server with AMD EPYC 7313 processors. The processor shave16 Cores, actually with SMT enabled (32 Threads). It comes with 512 GB of memory and 2 x 4 TB U.3 (NVMe) SSDs as fast storage. There are** 8 AMD Instinct Mi 50** GPU cards for computing.7 +The GPU machine is a two socket server with AMD EPYC 7313 processors. The processor has 16 Cores, actually with SMT enabled (32 Threads). It comes with 512 GB of memory and 2 x 4 TB U.3 (NVMe) SSDs as fast storage. There are** 8 AMD Instinct Mi 50** GPU cards for computing. 8 8 9 9 Access is given by SLURM and the separate partition "gpu". 10 10 ... ... @@ -40,26 +40,9 @@ 40 40 41 41 Install Pytorch: 42 42 43 -{{code language="bash"}} 44 -pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6 45 -{{/code}} 46 46 47 -(% class="wikigeneratedid" %) 48 -You can test the installation with 49 - 50 -{{code language="python"}} 51 -import torch 52 - 53 -print(torch.cuda.is_available()) 54 - 55 -{{/code}} 56 - 57 -== == 58 - 59 59 == Links == 60 60 61 -GPU Cards: [[https:~~/~~/www.amd.com/en/products/professional-graphics/instinct-mi50>>https://www.amd.com/en/products/professional-graphics/instinct-mi50]] 62 - 63 63 ROCm documentation: [[https:~~/~~/rocm.docs.amd.com/en/latest/rocm.html>>https://rocm.docs.amd.com/en/latest/rocm.html]] 64 64 65 65