Changes for page GPU Server

Last modified by Thomas Coelho (local) on 2024/10/01 13:47

From version 9.1
edited by Thomas Coelho (local)
on 2024/04/25 10:49
Change comment: There is no comment for this version
To version 4.1
edited by Thomas Coelho (local)
on 2023/11/06 10:58
Change comment: There is no comment for this version

Summary

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. One processor a 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.
7 +The GPU machine is a two socket server with AMD EPYC 7313 processors. The processors have 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  
... ... @@ -41,11 +41,10 @@
41 41  Install Pytorch:
42 42  
43 43  {{code language="bash"}}
44 -pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0
45 -
46 -
44 +pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6
47 47  {{/code}}
48 48  
47 +(% class="wikigeneratedid" %)
49 49  You can test the installation with
50 50  
51 51  {{code language="python"}}
... ... @@ -55,6 +55,8 @@
55 55  
56 56  {{/code}}
57 57  
57 +== ==
58 +
58 58  == Links ==
59 59  
60 60  GPU Cards: [[https:~~/~~/www.amd.com/en/products/professional-graphics/instinct-mi50>>https://www.amd.com/en/products/professional-graphics/instinct-mi50]]
... ... @@ -61,7 +61,6 @@
61 61  
62 62  ROCm documentation: [[https:~~/~~/rocm.docs.amd.com/en/latest/rocm.html>>https://rocm.docs.amd.com/en/latest/rocm.html]]
63 63  
64 -Pytorch: [[https:~~/~~/pytorch.org/>>https://pytorch.org/]]
65 65  
66 66  
67 -
67 +