Bump torch from 2.2.2 to 2.7.1 in the pip group across 1 directory - #1
Bump torch from 2.2.2 to 2.7.1 in the pip group across 1 directory#1dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.2.2 to 2.7.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.2.2...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Bug Report
Comments? Email us. This is the last day of your free trial. Subscribe at jazzberry.ai. |
WalkthroughThe version of the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bug Report
Comments? Email us. This is the last day of your free trial. Subscribe at jazzberry.ai. |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Critical: - #1: inputs now passed to protocol task functions via inspect.signature introspection (backwards-compatible with legacy zero-arg protocols) High: - #2: replaced deprecated asyncio.get_event_loop() with get_running_loop() - #3: mutate_protocol() now called via run_in_executor to avoid blocking the event loop; deduplicated by protocol name to prevent race conditions Medium: - #4: state file writes moved to run_in_executor (non-blocking) - #5: retry loop now iterates until max_attempts is exhausted (was single-shot) - #6: track_outcome() calls moved to run_in_executor inside semaphore Low: - #7: added finally block + isolated try/except around track_outcome to prevent wrapper errors from leaving subtasks in RUNNING state - #8: replaced deprecated datetime.utcnow() with datetime.now(timezone.utc) Additional improvements: - Added subtask_timeout parameter (default 300s) with asyncio.wait_for - Added max_job_history parameter to prevent unbounded memory growth - State file path now defaults to module directory (deterministic) - Added __all__ for explicit public API
* feat: add Hierarchical Orchestration (Map/Reduce) module Introduces a formal Plan → Map → Reduce orchestration layer that: - Decomposes intents into parallel subtasks (Plan) - Executes them concurrently with bounded concurrency (Map) - Aggregates results through a configurable reducer (Reduce) - Runs a Verification Gateway as a separate concern - Triggers existing mutate_protocol logic only on verification failure - Escalates to humans (via MCP/Slack) when all retries are exhausted Integrates with existing protocol loader, tracker, and mutator. No changes to existing files required. * fix: apply all 8 code review improvements Critical: - #1: inputs now passed to protocol task functions via inspect.signature introspection (backwards-compatible with legacy zero-arg protocols) High: - #2: replaced deprecated asyncio.get_event_loop() with get_running_loop() - #3: mutate_protocol() now called via run_in_executor to avoid blocking the event loop; deduplicated by protocol name to prevent race conditions Medium: - #4: state file writes moved to run_in_executor (non-blocking) - #5: retry loop now iterates until max_attempts is exhausted (was single-shot) - #6: track_outcome() calls moved to run_in_executor inside semaphore Low: - #7: added finally block + isolated try/except around track_outcome to prevent wrapper errors from leaving subtasks in RUNNING state - #8: replaced deprecated datetime.utcnow() with datetime.now(timezone.utc) Additional improvements: - Added subtask_timeout parameter (default 300s) with asyncio.wait_for - Added max_job_history parameter to prevent unbounded memory growth - State file path now defaults to module directory (deterministic) - Added __all__ for explicit public API --------- Co-authored-by: groupthinking <1.54503486e+08+groupthinking@users.noreply.github.com>
Bumps the pip group with 1 update in the / directory: torch.
Updates
torchfrom 2.2.2 to 2.7.1Release notes
Sourced from torch's releases.
... (truncated)
Commits
e2d141dset thread_work_size to 4 for unrolled kernel (#154541)1214198[c10d] Fix extra CUDA context created by barrier (#152834)790cc2f[c10d] Add more tests to prevent extra context (#154179)62ea99a[CI] Remove the xpu env source for linux binary validate (#154409)941732c[ROCm] Added unit test to test the cuda_pluggable allocator (#154135)769d5da[binary builds] Linux aarch64 CUDA builds. Make sure tag is set correctly (#1...306ba12Fix uint view copy (#151598) (#154121)1ae9953[ROCm] Update CUDAPluggableAllocator.h (#1984) (#153974)4a815edci: Set minimum cmake version for halide build (#154122)4c7314e[Dynamo] Fix einops regression (#154053)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by CodeRabbit