Skip to content

Commit

Permalink
Fix broken links (#41)
Browse files Browse the repository at this point in the history
Intended links to https://pypackaging-native.github.io/key-issues/native-dependencies/ were targeting https://pypackaging-native.github.io/key-issues/gpus/native-dependencies, which does not exist.

Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
  • Loading branch information
eirrgang and rgommers committed May 22, 2024
1 parent 4ef59c7 commit aebfe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/key-issues/gpus.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ library components of the CTK have been packaged as wheels and are now
distributed on PyPI, such as
[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11/), although
special care is needed to consume them due to [lack of symlinks in
wheels](native-dependencies/cpp_deps.md#current-state). Python wrappers around
wheels](../../other_issues/#lack-of-support-for-symlinks-in-wheels). Python wrappers around
CUDA runtime and driver APIs have been consolidated into CUDA Python
([website](https://developer.nvidia.com/cuda-python), [PyPI
package](https://pypi.org/project/cuda-python)), but this package assumes that
Expand Down Expand Up @@ -96,7 +96,7 @@ compiled GPU libraries must support a number of architectures, leading to large
binary sizes. These effects are compounded by the requirements imposed by the
manylinux standard for Linux wheels, which results in many large libraries
being bundled into a single wheel (see [Native
dependencies](native-dependencies) for details). This is true in particular for
dependencies](../native-dependencies) for details). This is true in particular for
deep learning packages because they link in
[cuDNN](https://developer.nvidia.com/cudnn). For example, recent
`manylinux2014` wheels for TensorFlow are 588 MB ([wheels for 2.11.0
Expand Down

0 comments on commit aebfe72

Please sign in to comment.