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

Enable multi-device for some models #30207

Merged
merged 35 commits into from
Apr 19, 2024

Commits on Apr 12, 2024

  1. feat: multidevice for resnet

    jla524 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9962db7 View commit details
    Browse the repository at this point in the history
  2. feat: yes! resnet

    jla524 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9292c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26cbabc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. feat: support for regnet

    jla524 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3623ddb View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. feat: support for convnextv2

    jla524 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a28789c View commit details
    Browse the repository at this point in the history
  2. feat: support for bit

    jla524 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7bc5ca9 View commit details
    Browse the repository at this point in the history
  3. feat: support for cvt

    jla524 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    de0ee8d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    ed4c1cc View commit details
    Browse the repository at this point in the history
  2. feat: support for yolos

    jackylee328 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ad7f023 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat: support for glpn

    jla524 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    da150ab View commit details
    Browse the repository at this point in the history
  2. feat: support for imagegpt

    jla524 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    dff4972 View commit details
    Browse the repository at this point in the history
  3. feat: support for levit

    jla524 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6cc5243 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat: support for mgp_str

    jla524 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d6cf3eb View commit details
    Browse the repository at this point in the history
  2. feat: support for mobilnet_v1

    jla524 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e122cf4 View commit details
    Browse the repository at this point in the history
  3. feat: support for mobilnet_v2

    jla524 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bb376da View commit details
    Browse the repository at this point in the history
  4. feat: support for mobilevit

    jla524 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7300b01 View commit details
    Browse the repository at this point in the history
  5. feat: support for mobilevitv2

    jla524 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    32e5a45 View commit details
    Browse the repository at this point in the history
  6. feat: support for poolformer

    jla524 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    65c75d8 View commit details
    Browse the repository at this point in the history
  7. fix: copies

    jla524 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    249e9ec View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix: code quality check

    jla524 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b015b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c095c View commit details
    Browse the repository at this point in the history
  3. fix: consistency check

    jla524 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d5b7e83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c45fd56 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. feat: support for sam

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0b97fab View commit details
    Browse the repository at this point in the history
  2. feat: support for switchformer

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    59d17da View commit details
    Browse the repository at this point in the history
  3. feat: support for swin

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    142b749 View commit details
    Browse the repository at this point in the history
  4. feat: support for swinv2

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    54047fe View commit details
    Browse the repository at this point in the history
  5. feat: support for timesformer

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d823e4d View commit details
    Browse the repository at this point in the history
  6. feat: suport for trocr

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7f730c8 View commit details
    Browse the repository at this point in the history
  7. feat: support for upernet

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    64959f6 View commit details
    Browse the repository at this point in the history
  8. fix: check copies

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    268484c View commit details
    Browse the repository at this point in the history
  9. update: rerun CI

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    90f52e6 View commit details
    Browse the repository at this point in the history
  10. update: rerun again, maybe

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b470e5f View commit details
    Browse the repository at this point in the history
  11. Merge branch 'resnet_multidevice' of github.com:jla524/transformers i…

    …nto resnet_multidevice
    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    71d0034 View commit details
    Browse the repository at this point in the history
  12. update: one more rerun

    jla524 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a223c8a View commit details
    Browse the repository at this point in the history