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

[TextGeneration] Update pipeline inputs to support GenerationConfig #1250

Merged
merged 19 commits into from
Sep 22, 2023

Commits on Sep 22, 2023

  1. add streaming functionality

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c1f88fa View commit details
    Browse the repository at this point in the history
  2. set back default value

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9310974 View commit details
    Browse the repository at this point in the history
  3. update pipeline.py

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    53b1f0e View commit details
    Browse the repository at this point in the history
  4. update tests

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    abf2a23 View commit details
    Browse the repository at this point in the history
  5. fix tests

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6379b72 View commit details
    Browse the repository at this point in the history
  6. update pipeline to use kwargs

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a5d264e View commit details
    Browse the repository at this point in the history
  7. add TODO statements

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2823d58 View commit details
    Browse the repository at this point in the history
  8. add streaming functionality

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7151b65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84ca4fc View commit details
    Browse the repository at this point in the history
  10. add max_new_tokens

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f03c1fc View commit details
    Browse the repository at this point in the history
  11. remove todo

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c43b105 View commit details
    Browse the repository at this point in the history
  12. update post local test runs

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    da79fcd View commit details
    Browse the repository at this point in the history
  13. remove todo missed from rebase

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1587e2a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e9a8f63 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cf1e468 View commit details
    Browse the repository at this point in the history
  16. fix tests

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fe6454a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    af3a835 View commit details
    Browse the repository at this point in the history
  18. update to use config

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b7f333f View commit details
    Browse the repository at this point in the history
  19. cleanup

    dsikka committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0ea6e91 View commit details
    Browse the repository at this point in the history