Skip to content

Commit fb8dadf

Browse files
author
Romain BRÉGIER
committed
Update README
1 parent 4af5c29 commit fb8dadf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Alternatively one can install the latest version of *RoMa* directly from the sou
6767
pip install git+https://github.com/naver/roma
6868
```
6969

70-
**For pytorch versions older than 1.8**, we recommend installing [torch-batch-svd](https://github.com/KinglittleQ/torch-batch-svd)
70+
**With old pytorch versions (torch<1.8)**, we recommend installing [torch-batch-svd](https://github.com/KinglittleQ/torch-batch-svd)
7171
to achieve a significant speed-up with `special_procrustes` on CUDA GPUs.
7272
You can check that this module is properly loaded using the function `roma.utils.is_torch_batch_svd_available()`.
7373
**With recent pytorch installations (torch>=1.8), `torch-batch-svd` is no longer needed or used.**

docsource/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Alternatively one can install the latest version of *RoMa* directly from the sou
2828

2929
pip install git+https://github.com/naver/roma
3030

31-
**For pytorch versions older than 1.8**, we recommend installing `torch-batch-svd <https://github.com/KinglittleQ/torch-batch-svd>`_
31+
**With old pytorch versions (torch<1.8)**, we recommend installing `torch-batch-svd <https://github.com/KinglittleQ/torch-batch-svd>`_
3232
to achieve a significant speed-up with :func:`~roma.mappings.procrustes` on CUDA GPUs (see section :ref:`Why a new library?`).
3333
You can check that this module is properly loaded using the function :func:`~roma.utils.is_torch_batch_svd_available()`.
3434
**With recent pytorch installations (torch>=1.8), torch-batch-svd is no longer needed or used.**

0 commit comments

Comments
 (0)