Changes for page GPU Server

Last modified by Thomas Coelho (local) on 2025/08/11 14:24

From version 16.1
edited by Thomas Coelho (local)
on 2025/08/11 14:24
Change comment: There is no comment for this version
To version 13.1
edited by Thomas Coelho (local)
on 2024/06/13 12:14
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. Current ROCm Stack is version 6.3.3. This is the last ROCm stack which supports our Mi50 Hardware. There will be no more Updates.
11 +As software stack AMD ROCm is installed. This supports the ROCm and openCL interface. Current ROCm Stack is version 6.1. This is also packaged in Ubuntu 6.1.
12 12  
13 13  (% class="box infomessage" %)
14 14  (((
... ... @@ -41,7 +41,7 @@
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.3
44 +pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0
45 45  
46 46  
47 47  {{/code}}