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

Update README.md #4118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #4118

wants to merge 1 commit into from

Conversation

nWEIdia
Copy link
Collaborator

@nWEIdia nWEIdia commented Mar 20, 2025

Use cu126 to replace cu121, as in pytorch cu121 is gone and cu126 is here and would be here for a while.

Use cu126 to replace cu121, as in pytorch cu121 is gone and cu126 is here and would be here for a while.
@nWEIdia nWEIdia requested a review from jjsjann123 March 20, 2025 22:26
Copy link

Description

  • Update CUDA version from cu121 to cu126 in README.md

  • Reflect changes in pip installation commands


Changes walkthrough 📝

Relevant files
Enhancement
README.md
Update CUDA version in README.md                                                 

README.md

  • Updated CUDA version from cu121 to cu126 in pip installation commands
  • Corrected typo in installation instructions
  • +3/-3     

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    🧪 No relevant tests
    ⚡ Recommended focus areas for review

    Typo

    There is a typo in the word "instll" which should be corrected to "install".

    You can instll a nightly nvfuser pip package built against torch nightly code base with `pip install --pre nvfuser-cu126 --extra-index-url https://pypi.nvidia.com`
    Typo

    There is a typo in the word "optinoal" which should be corrected to "optional".

    As we build against nightly torch wheel and there's no compatibility promised on nightly wheels, we have explicitly marked the nightly torch wheel as an optinoal dependency. You can choose to install the torch wheel along with nvfuser package. e.g.
    Typo

    There is a typo in the word "instll" which should be corrected to "install".

    `pip install --pre "nvfuser-cu126[torch]" --extra-index-url https://pypi.nvidia.com`.

    Copy link
    Collaborator

    @jjsjann123 jjsjann123 left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Thanks

    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.

    2 participants