Conversation
📝 WalkthroughWalkthroughUpdated pinned dependency versions across compiled requirement files and bumped NVIDIA PyTorch/torchvision constants; installer warning text now references the updated NVIDIA PyTorch version. Changes
Sequence Diagram(s)(omitted) Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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. Comment |
There was a problem hiding this comment.
Pull request overview
Updates bundled PyTorch package pins to 2.10.0 (and torchvision to 0.25.0) across supported install targets, and refreshes the user-facing NVIDIA driver warning text accordingly.
Changes:
- Bump NVIDIA CUDA (cu130)
torch/torchaudioto2.10.0+cu130andtorchvisionto0.25.0+cu130. - Bump CPU and macOS
torch/torchaudioto2.10.0andtorchvisionto0.25.0. - Update the NVIDIA driver warning message to reference the new PyTorch version.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/install/installationManager.ts | Updates the NVIDIA driver warning message to mention PyTorch 2.10.0 + cu130. |
| src/constants.ts | Updates NVIDIA torch/torchvision version constants used for installation/version checks. |
| assets/requirements/windows_nvidia.compiled | Pins Windows NVIDIA (cu130) torch stack to 2.10.0/0.25.0. |
| assets/requirements/windows_cpu.compiled | Pins Windows CPU torch stack to 2.10.0/0.25.0. |
| assets/requirements/macos.compiled | Pins macOS torch stack to 2.10.0/0.25.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This reverts commit d5f4933.
Summary
Tested on MacOS and windows, inference works on both.
┆Issue is synchronized with this Notion page by Unito
Summary by CodeRabbit
Chores
Bug Fixes / UX
✏️ Tip: You can customize this high-level summary in your review settings.