You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/11 19:17:32 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

dependabot[bot] opened a new pull request, #24977:
URL: https://github.com/apache/beam/pull/24977

   Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 1.13.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pytorch/pytorch/releases">torch's releases</a>.</em></p>
   <blockquote>
   <h2>PyTorch 1.13.1 Release, small bug fix release</h2>
   <p>This release is meant to fix the following issues (regressions / silent correctness):</p>
   <ul>
   <li>RuntimeError by torch.nn.modules.activation.MultiheadAttention with bias=False and batch_first=True <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88669">#88669</a></li>
   <li>Installation via pip  on Amazon Linux 2, regression <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88869">#88869</a></li>
   <li>Installation using poetry on Mac M1, failure <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88049">#88049</a></li>
   <li>Missing masked tensor documentation <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89734">#89734</a></li>
   <li>torch.jit.annotations.parse_type_line is not safe (command injection) <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88868">#88868</a></li>
   <li>Use the Python frame safely in _pythonCallstack <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88993">#88993</a></li>
   <li>Double-backward with full_backward_hook causes RuntimeError <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88312">#88312</a></li>
   <li>Fix logical error in get_default_qat_qconfig <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88876">#88876</a></li>
   <li>Fix cuda/cpu check on NoneType and unit test <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88854">#88854</a> and <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88970">#88970</a></li>
   <li>Onnx ATen Fallback for BUILD_CAFFE2=0 for ONNX-only ops <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88504">#88504</a></li>
   <li>Onnx operator_export_type on the new registry <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/87735">#87735</a></li>
   <li>torchrun AttributeError caused by file_based_local_timer on Windows <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/85427">#85427</a></li>
   </ul>
   <p>The <a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89855">release tracker</a> should contain all relevant pull requests related to this release as well as links to related issues</p>
   <h2>PyTorch 1.13: beta versions of functorch and improved support for Apple’s new M1 chips are now available</h2>
   <h1>Pytorch 1.13 Release Notes</h1>
   <ul>
   <li>Highlights</li>
   <li>Backwards Incompatible Changes</li>
   <li>New Features</li>
   <li>Improvements</li>
   <li>Performance</li>
   <li>Documentation</li>
   <li>Developers</li>
   </ul>
   <h1>Highlights</h1>
   <p>We are excited to announce the release of PyTorch 1.13! This includes stable versions of BetterTransformer. We deprecated CUDA 10.2 and 11.3 and completed migration of CUDA 11.6 and 11.7. Beta includes improved support for Apple M1 chips and functorch, a library that offers composable vmap (vectorization) and autodiff transforms, being included in-tree with the PyTorch release. This release is composed of over 3,749 commits and 467 contributors since 1.12.1. We want to sincerely thank our dedicated community for your contributions.</p>
   <p>Summary:</p>
   <ul>
   <li>
   <p>The BetterTransformer feature set supports fastpath execution for common Transformer models during Inference out-of-the-box, without the need to modify the model. Additional improvements include accelerated add+matmul linear algebra kernels for sizes commonly used in Transformer models and Nested Tensors is now enabled by default.</p>
   </li>
   <li>
   <p>Timely deprecating older CUDA versions allows us to proceed with introducing the latest CUDA version as they are introduced by Nvidia®, and hence allows support for C++17 in PyTorch and new NVIDIA Open GPU Kernel Modules.</p>
   </li>
   <li>
   <p>Previously, functorch was released out-of-tree in a separate package. After installing PyTorch, a user will be able to <code>import functorch</code> and use functorch without needing to install another package.</p>
   </li>
   <li>
   <p>PyTorch is offering native builds for Apple® silicon machines that use Apple's new M1 chip as a beta feature, providing improved support across PyTorch's APIs.</p>
   </li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>Stable</th>
   <th>Beta</th>
   <th>Prototype</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><!-- raw HTML omitted --><!-- raw HTML omitted -->Better Transformer<!-- raw HTML omitted --><!-- raw HTML omitted -->CUDA 10.2 and 11.3 CI/CD Deprecation <!-- raw HTML omitted --><!-- raw HTML omitted --></td>
   <td><!-- raw HTML omitted --><!-- raw HTML omitted -->Enable Intel® VTune™ Profiler's Instrumentation and Tracing Technology APIs<!-- raw HTML omitted --><!-- raw HTML omitted -->Extend NNC to support channels last and bf16<!-- raw HTML omitted --><!-- raw HTML omitted -->Functorch now in PyTorch Core Library<!-- raw HTML omitted --><!-- raw HTML omitted -->Beta Support for M1 devices<!-- raw HTML omitted --><!-- raw HTML omitted --></td>
   <td><!-- raw HTML omitted --><!-- raw HTML omitted -->Arm® Compute Library backend support for AWS Graviton<!-- raw HTML omitted --><!-- raw HTML omitted --> CUDA Sanitizer<!-- raw HTML omitted --><!-- raw HTML omitted --></td>
   </tr>
   </tbody>
   </table>
   <p>You can check the blogpost that shows the new features <a href="https://pytorch.org/blog/PyTorch-1.13-release/">here</a>.</p>
   <h1>Backwards Incompatible changes</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pytorch/pytorch/blob/master/RELEASE.md">torch's changelog</a>.</em></p>
   <blockquote>
   <h1>Releasing PyTorch</h1>
   <!-- raw HTML omitted -->
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#general-overview">General Overview</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#cutting-a-release-branch-preparations">Cutting a release branch preparations</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#cutting-release-branches">Cutting release branches</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#pytorchpytorch"><code>pytorch/pytorch</code></a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#pytorchbuilder--pytorch-domain-libraries"><code>pytorch/builder</code> / PyTorch domain libraries</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#making-release-branch-specific-changes-for-pytorch">Making release branch specific changes for PyTorch</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#making-release-branch-specific-changes-for-domain-libraries">Making release branch specific changes for domain libraries</a></li>
   </ul>
   </li>
   <li><a href="#drafting-rcs-release-candidates-for-pytorch-and-domain-libraries">Drafting RCs (https://github.com/pytorch/pytorch/blob/master/Release Candidates) for PyTorch and domain libraries</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#release-candidate-storage">Release Candidate Storage</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#release-candidate-health-validation">Release Candidate health validation</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#cherry-picking-fixes">Cherry Picking Fixes</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#promoting-rcs-to-stable">Promoting RCs to Stable</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#additional-steps-to-prepare-for-release-day">Additional Steps to prepare for release day</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#modify-release-matrix">Modify release matrix</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#open-google-colab-issue">Open Google Colab issue</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#patch-releases">Patch Releases</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#patch-release-criteria">Patch Release Criteria</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#patch-release-process">Patch Release Process</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#triage">Triage</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#issue-tracker-for-patch-releases">Issue Tracker for Patch releases</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#building-a-release-schedule--cherry-picking">Building a release schedule / cherry picking</a></li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#building-binaries--promotion-to-stable">Building Binaries / Promotion to Stable</a></li>
   </ul>
   </li>
   </ul>
   </li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#hardware--software-support-in-binary-build-matrix">Hardware / Software Support in Binary Build Matrix</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#python">Python</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#tldr">TL;DR</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#accelerator-software">Accelerator Software</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#special-support-cases">Special support cases</a></li>
   </ul>
   </li>
   </ul>
   </li>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#special-topics">Special Topics</a>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/blob/master/#updating-submodules-for-a-release">Updating submodules for a release</a></li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   <h2>General Overview</h2>
   <p>Releasing a new version of PyTorch generally entails 3 major steps:</p>
   <ol start="0">
   <li>Cutting a release branch preparations</li>
   <li>Cutting a release branch and making release branch specific changes</li>
   <li>Drafting RCs (Release Candidates), and merging cherry picks</li>
   <li>Promoting RCs to stable and performing release day tasks</li>
   </ol>
   <h2>Cutting a release branch preparations</h2>
   <p>Following Requirements needs to be met prior to final RC Cut:</p>
   <ul>
   <li>Resolve all outstanding issues in the milestones(for example <a href="https://github.com/pytorch/pytorch/milestone/28">1.11.0</a>)before first RC cut is completed. After RC cut is completed following script should be executed from builder repo in order to validate the presence of the fixes in the release branch :</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pytorch/pytorch/commit/49444c3e546bf240bed24a101e747422d1f8a0ee"><code>49444c3</code></a> [BE] Do not package caffe2 in wheel (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/87986">#87986</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/90433">#90433</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/56de8a39c595777f35e342a7cde9d602d57cca32"><code>56de8a3</code></a> Add manual cuda deps search logic (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/90411">#90411</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/90426">#90426</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/a4d16e0fb670246f18d8c07396808cd5e3766f0b"><code>a4d16e0</code></a> Fix ATen Fallback for BUILD_CAFFE2=0 for ONNX-only ops (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88504">#88504</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/90104">#90104</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/80abad3e7460415efe480ab21c1d5c90fc345a27"><code>80abad3</code></a> Handle Tensor.<strong>deepcopy</strong> via clone(), on IPU (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89129">#89129</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89999">#89999</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/73a852acd7946dff8beb818ec723ffa453e7b242"><code>73a852a</code></a> [Release only change] Fix rocm5.1.1 docker image (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/90321">#90321</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/029ec163f2b3a7c46ccb3e8d8b377c9319db463a"><code>029ec16</code></a> Add platform markers for linux only extra_install_requires (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88826">#88826</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89924">#89924</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/197c5c0b849cfdb4f6844f90c49bb8adba85e1bb"><code>197c5c0</code></a> Fix cuda/cpu check on NoneType (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88854">#88854</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/90068">#90068</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/aadbeb7416e20a9be694f1da415626135c5c1097"><code>aadbeb7</code></a> Make TorchElastic timer importable on Windows (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/88522">#88522</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/90045">#90045</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/aa9443306a3ba6e8412e24dd99d17eab3f90e818"><code>aa94433</code></a> Mark IPU device as not supports_as_strided (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89130">#89130</a>) (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89998">#89998</a>)</li>
   <li><a href="https://github.com/pytorch/pytorch/commit/59b4f3be3bd073b1243e20284fbd09ff43bc66f5"><code>59b4f3b</code></a> Use the Python frame safely in _pythonCallstack (<a href="https://github-redirect.dependabot.com/pytorch/pytorch/issues/89997">#89997</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/pytorch/pytorch/compare/v1.12.1...v1.13.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=torch&package-manager=pip&previous-version=1.12.1&new-version=1.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/beam/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] jrmccluskey commented on pull request #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

Posted by GitBox <gi...@apache.org>.
jrmccluskey commented on PR #24977:
URL: https://github.com/apache/beam/pull/24977#issuecomment-1382383093

   Run PythonDocs PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] jrmccluskey commented on pull request #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

Posted by GitBox <gi...@apache.org>.
jrmccluskey commented on PR #24977:
URL: https://github.com/apache/beam/pull/24977#issuecomment-1382382801

   Run Python_Runners PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #24977:
URL: https://github.com/apache/beam/pull/24977#issuecomment-1379425879

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @jrmccluskey for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] codecov[bot] commented on pull request #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #24977:
URL: https://github.com/apache/beam/pull/24977#issuecomment-1379376308

   # [Codecov](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#24977](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (0844f15) into [master](https://codecov.io/gh/apache/beam/commit/c3a2aaca750d76acd33128f88666320a4fc906ff?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c3a2aac) will **decrease** coverage by `8.11%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #24977      +/-   ##
   ==========================================
   - Coverage   58.68%   50.56%   -8.12%     
   ==========================================
     Files         735      735              
     Lines       98146    98146              
   ==========================================
   - Hits        57594    49626    -7968     
   - Misses      39188    47156    +7968     
     Partials     1364     1364              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `49.99% <ø> (-11.77%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [sdks/python/apache\_beam/io/utils.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vdXRpbHMucHk=) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [sdks/python/apache\_beam/utils/shared.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdXRpbHMvc2hhcmVkLnB5) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [sdks/python/apache\_beam/tools/\_\_init\_\_.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdG9vbHMvX19pbml0X18ucHk=) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [sdks/python/apache\_beam/ml/inference/\_\_init\_\_.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vbWwvaW5mZXJlbmNlL19faW5pdF9fLnB5) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [...s/python/apache\_beam/typehints/testing/\_\_init\_\_.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHlwZWhpbnRzL3Rlc3RpbmcvX19pbml0X18ucHk=) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [.../python/apache\_beam/testing/analyzers/constants.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdGVzdGluZy9hbmFseXplcnMvY29uc3RhbnRzLnB5) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [...python/apache\_beam/typehints/testing/strategies.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHlwZWhpbnRzL3Rlc3Rpbmcvc3RyYXRlZ2llcy5weQ==) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [...ache\_beam/coders/proto2\_coder\_test\_messages\_pb2.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vY29kZXJzL3Byb3RvMl9jb2Rlcl90ZXN0X21lc3NhZ2VzX3BiMi5weQ==) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [...chmarks/cloudml/cloudml\_benchmark\_constants\_lib.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdGVzdGluZy9iZW5jaG1hcmtzL2Nsb3VkbWwvY2xvdWRtbF9iZW5jaG1hcmtfY29uc3RhbnRzX2xpYi5weQ==) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [...ks/python/apache\_beam/coders/coders\_test\_common.py](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vY29kZXJzL2NvZGVyc190ZXN0X2NvbW1vbi5weQ==) | `0.00% <0.00%> (-98.59%)` | :arrow_down: |
   | ... and [275 more](https://codecov.io/gh/apache/beam/pull/24977?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] jrmccluskey commented on pull request #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

Posted by GitBox <gi...@apache.org>.
jrmccluskey commented on PR #24977:
URL: https://github.com/apache/beam/pull/24977#issuecomment-1387307051

   Run Python_Runners PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] jrmccluskey merged pull request #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

Posted by GitBox <gi...@apache.org>.
jrmccluskey merged PR #24977:
URL: https://github.com/apache/beam/pull/24977


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] jrmccluskey commented on pull request #24977: Bump torch from 1.12.1 to 1.13.1 in /sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline

Posted by GitBox <gi...@apache.org>.
jrmccluskey commented on PR #24977:
URL: https://github.com/apache/beam/pull/24977#issuecomment-1387306817

   Run Python PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org