Skip to content

Commit 4af56f9

Browse files
authored
Update installation.rst
1 parent a21a122 commit 4af56f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ If you have NVIDIA CUDA–enabled hardware and installed a compatible PyTorch bu
3030

3131
.. code-block:: bash
3232
33-
python -c "import torch; print(f'PyTorch installed | CUDA available: {torch.cuda.is_available()}')"
33+
python -c "import torch; print(f'PyTorch {torch.__version__} installed | CUDA available: {torch.cuda.is_available()}')"
3434
3535

0 commit comments

Comments
 (0)