Skip to content

Commit

Permalink
include the speedup factor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJMue committed Aug 19, 2024
1 parent 3bc1ee1 commit c45d8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pip install pyElli[fitting]
This installs pyElli with the additional fitting capabilities and interactive widgets.
If you don't want to have this functionality just drop the `[fitting]` in the end.

To increase performance of the 4x4 Solver for anisotropic media, it is recommended to
To increase performance of the 4x4 Solver by a factor of 20, it is recommended to
install PyTorch CPU package manually, as it is too heavy to include in the standard installation.
Installation information can be found at the [PyTorch Website](https://pytorch.org/get-started/locally/).

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install the package in your current virtual environment execute
This installs pyElli with the additional fitting capabilities and interactive widgets.
If you don't want to have this functionality just drop the `[fitting]` in the end.

To increase performance of the 4x4 Solver for anisotropic media, it is recommended to
To increase performance of the 4x4 Solver by a factor of 20, it is recommended to
install PyTorch CPU package manually, as it is too heavy to include in the standard installation.
Installation information can be found at the `PyTorch Website <https://pytorch.org/get-started/locally/>`.

Expand Down

0 comments on commit c45d8ae

Please sign in to comment.