Changes for page GPU Server
Last modified by Thomas Coelho (local) on 2024/10/01 13:47
From version 2.2
edited by Thomas Coelho (local)
on 2023/11/06 10:51
on 2023/11/06 10:51
Change comment:
There is no comment for this version
To version 5.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -40,7 +40,22 @@ 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}} 43 43 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 + 44 44 == Links == 45 45 46 46 GPU Cards: [[https:~~/~~/www.amd.com/en/products/professional-graphics/instinct-mi50>>https://www.amd.com/en/products/professional-graphics/instinct-mi50]] ... ... @@ -47,6 +47,8 @@ 47 47 48 48 ROCm documentation: [[https:~~/~~/rocm.docs.amd.com/en/latest/rocm.html>>https://rocm.docs.amd.com/en/latest/rocm.html]] 49 49 65 +Pytorch: [[https:~~/~~/pytorch.org/>>https://pytorch.org/]] 50 50 51 51 68 + 52 52