Changes for page GPU Server

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

From version 5.1
edited by Thomas Coelho (local)
on 2023/11/06 10:58
Change comment: There is no comment for this version
To version 2.2
edited by Thomas Coelho (local)
on 2023/11/06 10:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -40,22 +40,7 @@
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 61  GPU Cards: [[https:~~/~~/www.amd.com/en/products/professional-graphics/instinct-mi50>>https://www.amd.com/en/products/professional-graphics/instinct-mi50]]
... ... @@ -62,8 +62,6 @@
62 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 -Pytorch: [[https:~~/~~/pytorch.org/>>https://pytorch.org/]]
66 66  
67 67  
68 -
69 69