Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds cuDNN install instructions for a smaller but sufficient package #389

Merged
merged 1 commit into from
May 9, 2024

Conversation

vedaanta
Copy link

@vedaanta vedaanta commented May 8, 2024

  • Modifies README.md to provide example apt-get cuDNN install instructions that install the cuDNN dev package. sudo apt-get install -y cudnn will install the default cuDNN packages, but for a minimal setup, installing the dev package will see a 50% reduction in both, download size (~850MB to 425MB now) and local storage size (~2GB to ~1GB now).

  • Modifies the Makefile to point users to the README for cuDNN install instructions (through comments and the cuDNN install error message)

  • Modifies attention_forward.cu comments to point users to the README for cuDNN install instructions

- Modifies README.md to provide example apt-get cuDNN install instructions that install the cuDNN dev package. "sudo apt-get install -y cudnn" will install the default cuDNN packages, but for a minimal setup, installing the dev package will see a 50% reduction in both, download size (~850MB to 425MB now) and local storage size (~2GB to ~1GB now).

- Modifies the Makefile to point users to the README for cuDNN install instructions (through comments and the cuDNN install error message)

- Modifies attention_forward.cu comments to point users to the README for cuDNN install instructions

Signed-off-by: Vedaanta Agarwalla <vagarwalla@ipp2-1949.nvidia.com>
@karpathy karpathy merged commit 077b649 into karpathy:master May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants