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 check if num layers is divisible by pp size #9208

Merged
merged 5 commits into from
May 23, 2024

Commits on May 15, 2024

  1. add check if num_layers % pp == 0

    Signed-off-by: dimapihtar <[email protected]>
    dimapihtar committed May 15, 2024
    Configuration menu
    Copy the full SHA
    57d7672 View commit details
    Browse the repository at this point in the history
  2. Apply isort and black reformatting

    Signed-off-by: dimapihtar <[email protected]>
    dimapihtar committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d4eec44 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    08a425b View commit details
    Browse the repository at this point in the history
  2. move num_layers / pp check to build_transformer_config

    Signed-off-by: dimapihtar <[email protected]>
    dimapihtar committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c3017a6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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