mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fix broken link in README (#120698)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/120698 Approved by: https://github.com/janeyx99
This commit is contained in:
parent
5929d4e830
commit
14b258b5bc
|
|
@ -167,7 +167,7 @@ If you want to compile with CUDA support, [select a supported version of CUDA fr
|
||||||
- [NVIDIA cuDNN](https://developer.nvidia.com/cudnn) v8.5 or above
|
- [NVIDIA cuDNN](https://developer.nvidia.com/cudnn) v8.5 or above
|
||||||
- [Compiler](https://gist.github.com/ax3l/9489132) compatible with CUDA
|
- [Compiler](https://gist.github.com/ax3l/9489132) compatible with CUDA
|
||||||
|
|
||||||
Note: You could refer to the [cuDNN Support Matrix](https://docs.nvidia.com/deeplearning/cudnn/pdf/cuDNN-Support-Matrix.pdf) for cuDNN versions with the various supported CUDA, CUDA driver and NVIDIA hardware
|
Note: You could refer to the [cuDNN Support Matrix](https://docs.nvidia.com/deeplearning/cudnn/reference/support-matrix.html) for cuDNN versions with the various supported CUDA, CUDA driver and NVIDIA hardware
|
||||||
|
|
||||||
If you want to disable CUDA support, export the environment variable `USE_CUDA=0`.
|
If you want to disable CUDA support, export the environment variable `USE_CUDA=0`.
|
||||||
Other potentially useful environment variables may be found in `setup.py`.
|
Other potentially useful environment variables may be found in `setup.py`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user