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

Multi-lookahead cache-aware streaming models #6711

Merged
merged 50 commits into from
Jun 8, 2023

Commits on Dec 1, 2022

  1. added methods.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3c8d009 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. added methods.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    dad6ac5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. added initial code.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7db70ae View commit details
    Browse the repository at this point in the history
  2. added initial code.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    dbd4086 View commit details
    Browse the repository at this point in the history
  3. added initial code.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    859ae60 View commit details
    Browse the repository at this point in the history
  4. added config files.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b10c6d9 View commit details
    Browse the repository at this point in the history
  5. fixed bugs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    01dbc72 View commit details
    Browse the repository at this point in the history
  6. updated confs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d72d61c View commit details
    Browse the repository at this point in the history
  7. updated confs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7170814 View commit details
    Browse the repository at this point in the history
  8. updated confs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d861130 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. updated confs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b0811bc View commit details
    Browse the repository at this point in the history
  2. pulled from main.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    71a9b70 View commit details
    Browse the repository at this point in the history
  3. improved f.conv1d

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3205d8d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. pulled from main.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    33f4c6a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. pulled from main.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    12f4330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68067e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19b2396 View commit details
    Browse the repository at this point in the history
  4. pulled from main.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d75302a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    916ebe4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. pulled from main.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9ed9213 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. added postpostnorm.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    8d4410d View commit details
    Browse the repository at this point in the history
  2. fixed the target continiouse bug.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    1a29d31 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. added dw_striding causal.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f5ebe67 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. added print for debugging.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c843487 View commit details
    Browse the repository at this point in the history
  2. added print for debugging.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    36b3d65 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fixed causal convolutions.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bd949e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. added _midnorm.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bdfba5f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. fixed transcribe.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    e7fdbe1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. pulled from main.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a973821 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. cleaned code.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed May 24, 2023
    Configuration menu
    Copy the full SHA
    22413b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e5cf2 View commit details
    Browse the repository at this point in the history
  3. moved back configs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3c766a2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/adaptive_streaming_main' into ad…

    …aptive_streaming_main
    VahidooX committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f1001c4 View commit details
    Browse the repository at this point in the history
  5. moved back configs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1ea787b View commit details
    Browse the repository at this point in the history
  6. updated fast emit for FC models.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1f46567 View commit details
    Browse the repository at this point in the history
  7. updated fast emit for FC models.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3f17198 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88cad23 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    132b8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf3dd8 View commit details
    Browse the repository at this point in the history
  3. fixed bug.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    29bda6a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fixed bug and addressed comments.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5ac4d67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2fd690 View commit details
    Browse the repository at this point in the history
  3. fixed configs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3a9ce49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50a4b59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f95bd74 View commit details
    Browse the repository at this point in the history
  6. fixed configs.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c9fc699 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    828fbb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fbb19dc View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. dropped the test.

    Signed-off-by: Vahid <vnoroozi@nvidia.com>
    VahidooX committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c997c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e919c View commit details
    Browse the repository at this point in the history