Skip to content

Update nightly installation command for ROCm#12547

Merged
comfyanonymous merged 2 commits intomasterfrom
comfyanonymous-patch-1
Feb 21, 2026
Merged

Update nightly installation command for ROCm#12547
comfyanonymous merged 2 commits intomasterfrom
comfyanonymous-patch-1

Conversation

@comfyanonymous
Copy link
Member

Updated the nightly installation command for ROCm from 7.1 to 7.2.

Updated the nightly installation command for ROCm from 7.1 to 7.2.
@coderabbitai
Copy link

coderabbitai bot commented Feb 21, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The change updates the ROCm version reference in README.md from rocm7.1 to rocm7.2 within the AMD Linux installation instructions. It modifies a single line in the installation documentation; no other commands, messages, code, or public API declarations were changed.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update nightly installation command for ROCm' directly and clearly describes the main change: updating the ROCm installation command to a newer version.
Description check ✅ Passed The description 'Updated the nightly installation command for ROCm from 7.1 to 7.2' is directly related to the changeset and provides specific details about the version update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


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.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Around line 232-234: Update the stale prose that mentions "ROCm 7.1" so it
matches the pip command URL which uses "rocm7.2": find the sentence that
references "ROCm 7.1" near the pip command and change it to "ROCm 7.2" (ensure
the text and the command URL https://download.pytorch.org/whl/nightly/rocm7.2
are consistent).

README.md Outdated
Comment on lines 232 to 234
This is the command to install the nightly with ROCm 7.1 which might have some performance improvements:

```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.1```
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.2```
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Stale description text still says "ROCm 7.1" after bumping the URL to rocm7.2.

Line 232 was not updated alongside the URL change on line 234, leaving the prose and the command out of sync.

📝 Proposed fix
-This is the command to install the nightly with ROCm 7.1 which might have some performance improvements:
+This is the command to install the nightly with ROCm 7.2 which might have some performance improvements:
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
This is the command to install the nightly with ROCm 7.1 which might have some performance improvements:
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.1```
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.2```
This is the command to install the nightly with ROCm 7.2 which might have some performance improvements:
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 232 - 234, Update the stale prose that mentions "ROCm
7.1" so it matches the pip command URL which uses "rocm7.2": find the sentence
that references "ROCm 7.1" near the pip command and change it to "ROCm 7.2"
(ensure the text and the command URL
https://download.pytorch.org/whl/nightly/rocm7.2 are consistent).

@comfyanonymous comfyanonymous merged commit 64953bd into master Feb 21, 2026
14 of 15 checks passed
@comfyanonymous comfyanonymous deleted the comfyanonymous-patch-1 branch February 21, 2026 02:32
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.

1 participant