Skip to content

Update README.md#4118

Open
nWEIdia wants to merge 1 commit intomainfrom
nWEIdia-patch-1
Open

Update README.md#4118
nWEIdia wants to merge 1 commit intomainfrom
nWEIdia-patch-1

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
@github-actions
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