Changes since langchain-openrouter==0.2.7 release(openrouter): 0.2.8 (#39658) chore(model-profiles): refresh model profile data (#39646) chore(model-profiles): refresh model profile data (#39625) fix(openrouter):…
Changes since langchain-core==1.5.4 release(core): 1.5.5 (#39655) fix(core): make abatch_iterate consistent with batch_iterate for None and zero size (#39367) fix(core): respect pydantic aliases when validating tool…
Changes since langchain-openai==1.5.0 release(openai): 1.5.1 (#39653) fix(openai): preserve streamed encrypted reasoning (#39635) chore(infra): support langsmith gateway in CI (#39651)
Adds a second way for mark_kernels to discover which nodes a scope contains, on top of the shared subscriber-callback registry: a RESOURCE / GRAPHNODE_CREATED handler records each node against whatever scope is open…
Adds a second way for mark_kernels to discover which nodes a scope contains, on top of the shared subscriber-callback registry: a RESOURCE / GRAPHNODE_CREATED handler records each node against whatever scope is open…
This PR is auto-generated nightly by this action. Update the pinned vision hash. Pull Request resolved: #193463 Approved by: https://github.com/pytorchbot
This PR is auto-generated nightly by this action. Update the pinned vision hash. Pull Request resolved: #193463 Approved by: https://github.com/pytorchbot
Fixes /Users/malfet/git/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Convolution.metal:295:55: warning: comparison of integers of different signs: 'int' and 'const constant uint32_t' (aka 'const constant unsigned…
Scalar clamp kernels converted bounds directly to the input dtype, causing out-of-range values to wrap or raise an exception, which is mathematically incorrect, as such bounds should become a no-ops. Apply the same rule…
This PR is auto-generated nightly by this action. Update the pinned vllm hash. Pull Request resolved: #193461 Approved by: https://github.com/pytorchbot
Not SOL as it's reusing existing infra for GroupNorm but achieves comparable memory B/W on H100. Still a perf. win as the current implementation forces outputs in channels-first/contiguous which is problematic for…
As title Test passed Approved by: https://github.com/EikanWang Pull Request resolved: #193399 Approved by: https://github.com/EikanWang, https://github.com/atalman
Adds an unstable.yml arm that mirrors trunk's linux-jammy-cuda13.0-py3.10-gcc11 "default" shards but runs with no in-process pytest reruns and exactly one retry in a fresh process, so the two policies can be compared on…