Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone Transducer v1.1 #5140

Merged
merged 61 commits into from
Jun 20, 2023
Merged

Standalone Transducer v1.1 #5140

merged 61 commits into from
Jun 20, 2023

Commits on Nov 23, 2022

  1. fix chunk mask

    b-flo committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    aa0f1a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd640a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    028b2d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. rework v0.1

    b-flo committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7940ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edeacc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. bump to v0.2

    b-flo committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    12636be View commit details
    Browse the repository at this point in the history
  2. update streaming tests

    b-flo committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0c57964 View commit details
    Browse the repository at this point in the history
  3. remove old commented code

    b-flo committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0e1691b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. add back buffering

    b-flo committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ce615fc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. alternative v0.2

    b-flo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    87acd89 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    8ce6802 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    0606aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3062b View commit details
    Browse the repository at this point in the history
  3. remove unused code

    b-flo committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    6cc36ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17b917b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    97cb471 View commit details
    Browse the repository at this point in the history
  2. remove math lib usage

    b-flo committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7267f5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7bbb4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4a4317 View commit details
    Browse the repository at this point in the history
  5. fix streaming test

    b-flo committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8b1cd2c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    722457e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. v0.2 stable

    b-flo committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    643e964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0f196 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    2229ef2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. add layerdrop (w/ decay)

    b-flo committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9756379 View commit details
    Browse the repository at this point in the history
  2. update doc

    b-flo committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0c825d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. small fix for layerdrop

    b-flo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    86b0577 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. apply new black

    b-flo committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    db4a344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01893f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    ee30ce9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    9ed81b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca8a4b View commit details
    Browse the repository at this point in the history
  3. add MEGA decoder + docs

    b-flo committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f52e2d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e06e905 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. add chunk mechanism

    b-flo committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ad09c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e51a6e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix device mismatch

    b-flo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d341500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb3b52 View commit details
    Browse the repository at this point in the history
  3. add first unit tests for mega

    b-flo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5d9398b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de9f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. remove unused methods for task

    b-flo committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    40043d8 View commit details
    Browse the repository at this point in the history
  2. improve mega coverage

    b-flo committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d108dc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a466e74 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. fix conflict

    b-flo committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    246104d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72aab0c View commit details
    Browse the repository at this point in the history
  3. fix streaming integration test

    b-flo committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    34befa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    859abef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae1d400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3192f9 View commit details
    Browse the repository at this point in the history
  4. add missing init files

    b-flo committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5651dad View commit details
    Browse the repository at this point in the history
  5. add missing init files (2)

    b-flo committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    17a624c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    a085a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65dc349 View commit details
    Browse the repository at this point in the history
  3. add missing guard conditions

    b-flo committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    81798b3 View commit details
    Browse the repository at this point in the history
  4. add rwkv tests + fixes

    b-flo committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    aa0045d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    04cc557 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    8bc222c View commit details
    Browse the repository at this point in the history
  2. remove unused import

    b-flo committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a59c94b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f81c23 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. fix typos (type, docs)

    b-flo committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f1632c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683a291 View commit details
    Browse the repository at this point in the history