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

Update examples to execute from the root of the repo #1674

Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4d27cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd330d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    6c1d80e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae1664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3231572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89bb5a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba503e9 View commit details
    Browse the repository at this point in the history
  6. Don't disable C++ mode

    dagardner-nv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    68bfa3c View commit details
    Browse the repository at this point in the history
  7. Don't disable C++ mode

    dagardner-nv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8dee598 View commit details
    Browse the repository at this point in the history
  8. Don't set threads to 8, since we have 9 stages. Update port num to th…

    …e grpc port since we're using the python impl now
    dagardner-nv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0d1c49d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e7e1e4 View commit details
    Browse the repository at this point in the history
  10. Remove the --force_convert_inputs=True flag this isn't needed and jus…

    …t causes a float32 vs float64 error in the add-scores stage
    dagardner-nv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ebfec0f View commit details
    Browse the repository at this point in the history
  11. Remove unused import

    dagardner-nv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4ebb47f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    60cf6ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca7f07 View commit details
    Browse the repository at this point in the history
  3. Revert port-change

    dagardner-nv committed May 1, 2024
    Configuration menu
    Copy the full SHA
    20ea8b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b869c35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5458c41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df2a4b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab2a996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1840ed1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0641f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c49d3a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3931259 View commit details
    Browse the repository at this point in the history
  12. Add missing includes

    dagardner-nv committed May 1, 2024
    Configuration menu
    Copy the full SHA
    20ba1cc View commit details
    Browse the repository at this point in the history
  13. Remove broken link

    dagardner-nv committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ba96b47 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    02f3ca7 View commit details
    Browse the repository at this point in the history
  15. Add DFP

    dagardner-nv committed May 1, 2024
    Configuration menu
    Copy the full SHA
    af30f91 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'branch-24.06' of github.com:nv-morpheus/Morpheus into e…

    …xamples-in-root-1671 [no ci]
    dagardner-nv committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8f43451 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2729764 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    82c6301 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5fc775c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f4749d6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add test for force_convert_inputs feature

    TODO: Need to ensure that we don't go into the retry logic on a thrown exception due to a type-mismatch
    dagardner-nv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    75ce7d3 View commit details
    Browse the repository at this point in the history
  2. Throw an invalid_argument rather than a runtime_error to distinguish …

    …it from connection errors which should be retried
    dagardner-nv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    084fbe8 View commit details
    Browse the repository at this point in the history
  3. Refactor FakeTritonClient into a second class ErrorProneTritonClient …

    …which errors prior to succeeding and FakeTritonClient which returns mocked results
    dagardner-nv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9f7c95c View commit details
    Browse the repository at this point in the history
  4. IWYU fixes

    dagardner-nv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    180fc96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20bb6b0 View commit details
    Browse the repository at this point in the history