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

Fix ValueError in concatenation of result_by_req_id with zero-dimensional arrays, when there are 1-length arrays in the inference result. #20

Closed
wants to merge 7 commits into from

Commits on May 22, 2024

  1. add safe_concatenate

    ancom21c committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c48ca81 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    412e70c View commit details
    Browse the repository at this point in the history
  2. add a test case with the model of sample_multiple_hybrid_dims and m…

    …odify `sample` model
    ancom21c committed May 23, 2024
    Configuration menu
    Copy the full SHA
    331d146 View commit details
    Browse the repository at this point in the history
  3. apply black lint

    ancom21c committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d255b64 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary code

    ancom21c committed May 23, 2024
    Configuration menu
    Copy the full SHA
    69fd4a8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix wrong test

    kimdwkimdw committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0aa3efb View commit details
    Browse the repository at this point in the history
  2. fix model bug

    ancom21c committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a09c584 View commit details
    Browse the repository at this point in the history