Skip to content

Commit 2eb495a

Browse files
authored
Fix typo in GPU installation instructions
1 parent 231f59a commit 2eb495a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For full mathematical formulation of the implicit filter please refer to [this p
2424
python -m pip install git+https://github.com/FESOM/implicit_filter.git
2525
```
2626

27-
If one wants to use GPU it's necessary to install [cupy](https://cupy.dev/). It can be installed with the pachage by adding optional dependency. Check your Nvidia driver version using `nvidia-smi` and install CuPy version matching your drivers. You can install it separately
27+
If one wants to use GPU it's necessary to install [cupy](https://cupy.dev/). It can be installed with the package by adding optional dependency. Check your Nvidia driver version using `nvidia-smi` and install CuPy version matching your drivers. You can install it separately
2828
```shell
2929
pip install cupy-cuda11x # CUDA 11
3030
pip install cupy-cuda12x # CUDA 12 or newer

0 commit comments

Comments
 (0)