Skip to content

Commit

Permalink
remove defunct NVIDIA installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Feb 27, 2024
1 parent 0632c5d commit 179f09a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,4 @@ pip install jupyter
jupyter notebook ./waveorder/examples/
```

(Optional) Use NVIDIA GPUs by installing `cupy` with [these instructions](https://docs.cupy.dev/en/stable/install.html). Check that `cupy` is properly installed with

```sh
python
>>> import cupy
```

To use GPUs in `waveorder` set ```use_gpu=True``` when initializing the simulator and reconstructor classes.

(M1 users) `pytorch` has [incomplete GPU support](https://github.com/pytorch/pytorch/issues/77764), so please use `export PYTORCH_ENABLE_MPS_FALLBACK=1` to fallback to CPU.

0 comments on commit 179f09a

Please sign in to comment.