[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
gpu [2021/12/15 17:57]
kasner [Pytorch Environment]
gpu [2022/08/23 11:56]
fucik [Servers with GPU units]
Line 8: Line 8:
 | machine | GPU type | GPU driver version | [[https://en.wikipedia.org/wiki/CUDA#GPUs_supported|cc]] | GPU cnt | GPU RAM (GB) | machine RAM (GB)| | machine | GPU type | GPU driver version | [[https://en.wikipedia.org/wiki/CUDA#GPUs_supported|cc]] | GPU cnt | GPU RAM (GB) | machine RAM (GB)|
 | dll1 |  Quadro RTX 5000 |   455.23.05 |  7.5 |  8 |  16 |  366.2 | | dll1 |  Quadro RTX 5000 |   455.23.05 |  7.5 |  8 |  16 |  366.2 |
-| dll3 |  GeForce GTX 1080 Ti |   455.23.05 |  6.|  10 |  11 |  248.8 |+| dll3 |  NVIDIA RTX A4000 |   460.27.04 |  8.|  10 |  16 |  248.8 |
 | dll4 |  GeForce GTX 1080 Ti |   455.23.05 |  6.1 |  10 |  11 |  248.8 | | dll4 |  GeForce GTX 1080 Ti |   455.23.05 |  6.1 |  10 |  11 |  248.8 |
 | dll5 |  GeForce GTX 1080 Ti |   455.23.05 |  6.1 |  10 |  11 |  248.8 | | dll5 |  GeForce GTX 1080 Ti |   455.23.05 |  6.1 |  10 |  11 |  248.8 |
Line 67: Line 67:
   fi   fi
  
-  * When not using Theano, just Tensorflow this can be simplified to ''export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/cuda/10.1/lib64:/opt/cuda/10.1/cudnn/7.6/lib64''.+  * When not using Theano, just Tensorflow this can be simplified to ''export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/cuda/10.1/lib64:/opt/cuda/11.1/cudnn/8.0/lib64''.
   * Note that the ''cudnn'' library is compiled for specific version of ''cuda''. If you need specific version of ''cudnn'', you can look in ''/opt/cuda/$CUDA_version/cudnn/'' whether it is available for a given ''$CUDA_version''.   * Note that the ''cudnn'' library is compiled for specific version of ''cuda''. If you need specific version of ''cudnn'', you can look in ''/opt/cuda/$CUDA_version/cudnn/'' whether it is available for a given ''$CUDA_version''.
  

[ Back to the navigation ] [ Back to the content ]