You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/06/23 15:06:29 UTC

[beam] branch master updated (78ec29eb903 -> 44cff50e324)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 78ec29eb903 Merge pull request #21932 from rszper/rszper-jobNameRegex
     add 56c6820754d Move wrapper class outside run()
     new 44cff50e324 Move model class outside of run() function in pytorch_language_modeling example #22001

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../inference/pytorch_language_modeling.py         | 85 +++++++++++-----------
 1 file changed, 43 insertions(+), 42 deletions(-)


[beam] 01/01: Move model class outside of run() function in pytorch_language_modeling example #22001

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 44cff50e324bd0c875e7f2d5fa1c08ac1bbdc04f
Merge: 78ec29eb903 56c6820754d
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Thu Jun 23 17:06:22 2022 +0200

    Move model class outside of run() function in pytorch_language_modeling example #22001

 .../inference/pytorch_language_modeling.py         | 85 +++++++++++-----------
 1 file changed, 43 insertions(+), 42 deletions(-)