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

Use opset_version 16 instead of 18 since 16 is the latest supported version #619

Merged
merged 12 commits into from
Jul 18, 2023

Commits on Jun 21, 2023

  1. popular_on_huggingface/bert-base-uncased.py

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b326b3c View commit details
    Browse the repository at this point in the history
  2. add transformers models

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    510f609 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. remove gpt1 and gpt2 for now

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fede10e View commit details
    Browse the repository at this point in the history
  2. config

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    97de789 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. get model name from build_dir

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3af24e7 View commit details
    Browse the repository at this point in the history
  2. find_model_hash_name

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    543ba43 View commit details
    Browse the repository at this point in the history
  3. subprocess.PIPE

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8e41e92 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. 18 to 16

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f4f9ab9 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary models

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7ee51a5 View commit details
    Browse the repository at this point in the history
  3. use split to get model name

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ce89180 View commit details
    Browse the repository at this point in the history
  4. update

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5c5c721 View commit details
    Browse the repository at this point in the history
  5. remove unstatble faster_rcnn

    Signed-off-by: jcwchen <[email protected]>
    jcwchen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    38fe4af View commit details
    Browse the repository at this point in the history