We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21a122 commit 4af56f9Copy full SHA for 4af56f9
docs/source/installation.rst
@@ -30,6 +30,6 @@ If you have NVIDIA CUDA–enabled hardware and installed a compatible PyTorch bu
30
31
.. code-block:: bash
32
33
- python -c "import torch; print(f'PyTorch installed | CUDA available: {torch.cuda.is_available()}')"
+ python -c "import torch; print(f'PyTorch {torch.__version__} installed | CUDA available: {torch.cuda.is_available()}')"
34
35
0 commit comments