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

Add tensor parallel inference unit tests #2232

Merged
merged 34 commits into from
Sep 9, 2022

Commits on Aug 17, 2022

  1. added mp test

    mrwyattii committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    770c59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    706617f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    c0925a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bb2c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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

Commits on Aug 25, 2022

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

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    f9a7eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606a669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef7603 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a9825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cb4136 View commit details
    Browse the repository at this point in the history
  6. fix for multi-gpu

    mrwyattii committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    409af10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28c8102 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    185d4b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c84dca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6edb13b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

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

Commits on Sep 1, 2022

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

Commits on Sep 2, 2022

  1. use fp16 revision of gpt-j

    jeffra committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    19839cb View commit details
    Browse the repository at this point in the history
  2. revert non-gptj

    jeffra committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    776be03 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. use gpt-j fp16 revision

    jeffra committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    429c88d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d2b3b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

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

Commits on Sep 8, 2022

  1. fix for broken tests

    mrwyattii committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    335406a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0bb608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4678f05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b5e65a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19f2bf0 View commit details
    Browse the repository at this point in the history
  6. fix for opt models

    mrwyattii committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    7feac82 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Update test_inference.py

    mrwyattii authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    cfdf629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e87d74 View commit details
    Browse the repository at this point in the history
  3. formatting

    mrwyattii committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    42ccea5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db48d24 View commit details
    Browse the repository at this point in the history