You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2020/07/15 07:49:50 UTC

[singa] branch dev updated (2c08b40 -> 84c920c)

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

wangwei pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git.


    from 2c08b40  Merge pull request #766 from chrishkchris/testfix
     new 850c8ba  add where operator
     new 61891a7  add onnx gpt2 example
     new 6ac87ea  Merge branch 'dev' of https://github.com/apache/singa into add-onnx-gpt-model
     new 84c920c  Merge pull request #755 from joddiy/add-onnx-gpt-model

The 2084 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:
 examples/onnx/gpt2/gpt2.py          | 110 +++++++++++++++++++++++++++++++++++
 examples/onnx/gpt2/requirements.txt |   1 +
 python/singa/autograd.py            | 111 +++++++++++++++++++++++++++++++++---
 python/singa/sonnx.py               |  18 +++++-
 test/python/test_operation.py       |  30 ++++++++++
 5 files changed, 259 insertions(+), 11 deletions(-)
 create mode 100644 examples/onnx/gpt2/gpt2.py
 create mode 100644 examples/onnx/gpt2/requirements.txt