Changes for page GPU Server
Last modified by Thomas Coelho (local) on 2024/10/01 13:47
From version 7.1
edited by Thomas Coelho (local)
on 2023/11/06 11:08
on 2023/11/06 11:08
Change comment:
There is no comment for this version
To version 3.1
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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -40,19 +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 -You can test the installation with 48 - 49 -{{code language="python"}} 50 -import torch 51 - 52 -print(torch.cuda.is_available()) 53 - 54 -{{/code}} 55 - 56 56 == Links == 57 57 58 58 GPU Cards: [[https:~~/~~/www.amd.com/en/products/professional-graphics/instinct-mi50>>https://www.amd.com/en/products/professional-graphics/instinct-mi50]] ... ... @@ -59,8 +59,6 @@ 59 59 60 60 ROCm documentation: [[https:~~/~~/rocm.docs.amd.com/en/latest/rocm.html>>https://rocm.docs.amd.com/en/latest/rocm.html]] 61 61 62 -Pytorch: [[https:~~/~~/pytorch.org/>>https://pytorch.org/]] 63 63 64 64 65 - 66 66