Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gpu [2021/08/31 12:25] vodrazka [Servers with GPU units] |
gpu [2024/10/02 15:21] (current) popel |
||
---|---|---|---|
Line 2: | Line 2: | ||
This page summarizes which UFAL servers have some GPU card, and suggests basic diagnostic commands, paths to installed tools, etc., simply everything necessary at the very beginning of using GPUs for experiments. | This page summarizes which UFAL servers have some GPU card, and suggests basic diagnostic commands, paths to installed tools, etc., simply everything necessary at the very beginning of using GPUs for experiments. | ||
+ | |||
+ | **TODO: IN 2022 MOVING FROM SGE TO SLURM** (see [[slurm|slurm guidelines]]) -- **commands like '' | ||
+ | |||
+ | **IN 2024: Newly, all the documentation is at a dedicated wiki https:// | ||
===== Servers with GPU units ===== | ===== Servers with GPU units ===== | ||
Line 8: | Line 12: | ||
| machine | GPU type | GPU driver version | [[https:// | | machine | GPU type | GPU driver version | [[https:// | ||
| dll1 | Quadro RTX 5000 | | | dll1 | Quadro RTX 5000 | | ||
- | | dll3 | | + | | dll3 | |
| dll4 | GeForce GTX 1080 Ti | | | dll4 | GeForce GTX 1080 Ti | | ||
| dll5 | GeForce GTX 1080 Ti | | | dll5 | GeForce GTX 1080 Ti | | ||
- | | dll6 | | + | | dll6 | |
- | | dll7 | | + | | dll7 | |
| dll8 | Quadro RTX 5000 | | | dll8 | Quadro RTX 5000 | | ||
| dll9 | GeForce RTX 3090 | | | dll9 | GeForce RTX 3090 | | ||
Line 20: | Line 24: | ||
| machine | GPU type | GPU driver version | [[https:// | | machine | GPU type | GPU driver version | [[https:// | ||
- | | tdll1 | Quadro P5000 | | + | | tdll1 | Quadro P5000 | |
- | | tdll2 | Quadro P5000 | | + | | tdll2 | Quadro P5000 | |
- | | tdll3 | Quadro P5000 | | + | | tdll3 | Quadro P5000 | |
- | | tdll4 | Quadro P5000 | | + | | tdll4 | Quadro P5000 | |
- | | tdll5 | Quadro P5000 | | + | | tdll5 | Quadro P5000 | |
Desktop machines: | Desktop machines: | ||
Line 55: | Line 59: | ||
You need to set library path from your '' | You need to set library path from your '' | ||
- | CUDA_version=10.1 | + | CUDA_version=11.1 |
- | CUDNN_version=7.6 | + | CUDNN_version=8.0 |
CUDA_DIR_OPT=/ | CUDA_DIR_OPT=/ | ||
if [ -d " | if [ -d " | ||
Line 67: | Line 71: | ||
fi | fi | ||
- | * When not using Theano, just Tensorflow this can be simplified to '' | + | * When not using Theano, just Tensorflow this can be simplified to '' |
* Note that the '' | * Note that the '' | ||
Line 89: | Line 93: | ||
This environment have TensorFlow 1.8.0 and all necessary requirements for NeuralMonkey. | This environment have TensorFlow 1.8.0 and all necessary requirements for NeuralMonkey. | ||
- | ==== Pytorch | + | ==== PyTorch |
- | If you want to use pytorch, there is a ready-made environment in | + | Install PyTorch following the instructions on https://pytorch.org. |
- | / | + | At the time of writing, the recommended |
- | + | ||
- | It does rely on the CUDA and CuDNN setup above. | + | |
+ | pip3 install torch==1.10.0+cu111 torchvision==0.11.1+cu111 torchaudio==0.10.0+cu111 -f https:// | ||
==== Using cluster ==== | ==== Using cluster ==== | ||