Skip to content

Conversation

@mlubin
Copy link
Contributor

@mlubin mlubin commented Jan 3, 2026

Summary by CodeRabbit

  • Documentation
    • Updated CUDA 12.x installation instructions to use exact version specifier for the CUDA runtime package, ensuring precise dependency resolution during pip installation.

✏️ Tip: You can customize this high-level summary in your review settings.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Jan 3, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@coderabbitai
Copy link

coderabbitai bot commented Jan 3, 2026

📝 Walkthrough

Walkthrough

This PR updates a CUDA 12.x package version specifier in README.md, changing the pip dependency resolution syntax from a single equals sign (=) to double equals (==) for the nvidia-cuda-runtime-cu12 package.

Changes

Cohort / File(s) Summary
Documentation updates
README.md
Updated CUDA 12.x installation version specifier from single (=) to double equals (==) for nvidia-cuda-runtime-cu12

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: fixing a typo in pip installation instructions (changing = to ==).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 672ef97 and f0ab63b.

📒 Files selected for processing (1)
  • README.md
🔇 Additional comments (1)
README.md (1)

71-71: ✓ Correct pip version specifier syntax.

Changing the single equals sign to double equals (==) fixes the pip version specifier syntax. Single = is not valid PEP 440 syntax for pip; the correct syntax for pinning a specific version pattern is ==. This allows users to run the command without encountering a pip syntax error.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rgsl888prabhu rgsl888prabhu added doc Improvements or additions to documentation non-breaking Introduces a non-breaking change labels Jan 5, 2026
@rgsl888prabhu
Copy link
Collaborator

/ok to test f0ab63b

@rgsl888prabhu
Copy link
Collaborator

Thank you @mlubin for this PR, please free to go through issue and work on cuOpt.

@rgsl888prabhu
Copy link
Collaborator

/merge

@rapids-bot rapids-bot bot merged commit e823e32 into NVIDIA:main Jan 5, 2026
181 of 183 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants