Skip to content

Commit

Permalink
Explicitly require NVIDIA graphics cards in README (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansonkao authored Jan 31, 2023
1 parent 61dc520 commit 0e9e26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ For more complex changes (e.g., running with your own data/setting up a new NeRF

### Prerequisites

CUDA must be installed on the system. This library has been tested with version 11.3. You can find more information about installing CUDA [here](https://docs.nvidia.com/cuda/cuda-quick-start-guide/index.html)
You must have an NVIDIA video card with CUDA installed on the system. This library has been tested with version 11.3 of CUDA. You can find more information about installing CUDA [here](https://docs.nvidia.com/cuda/cuda-quick-start-guide/index.html)

### Create environment

Expand Down

0 comments on commit 0e9e26d

Please sign in to comment.