Changes for page GPU Server

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

From version 8.1
edited by Thomas Coelho (local)
on 2023/11/06 11:23
Change comment: There is no comment for this version
To version 14.1
edited by Thomas Coelho (local)
on 2024/10/01 13:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  Access is given by SLURM and the separate partition "gpu".
10 10  
11 -As software stack AMD ROCm is installed. This supports the ROCm and openCL interface.
11 +As software stack AMD ROCm is installed. This supports the ROCm and openCL interface. Current ROCm Stack is version 6.2.1.
12 12  
13 13  (% class="box infomessage" %)
14 14  (((
... ... @@ -41,9 +41,13 @@
41 41  Install Pytorch:
42 42  
43 43  {{code language="bash"}}
44 -pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6
44 +pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0
45 +
46 +
45 45  {{/code}}
46 46  
49 +At time of writing it's not available for 6.1. Please check the pytorch Website for updates.
50 +
47 47  You can test the installation with
48 48  
49 49  {{code language="python"}}
... ... @@ -62,5 +62,4 @@
62 62  Pytorch: [[https:~~/~~/pytorch.org/>>https://pytorch.org/]]
63 63  
64 64  
65 -
66 66